Skip to content

Commit 412ddf4

Browse files
committed
Prioritize prototyping benefit
1 parent 7dca29e commit 412ddf4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

site/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ <h2>Try it!</h2>
8181
<h2>Why Haskell?</h2>
8282
<div class=" row ">
8383
<div class=" span6 col-md-6">
84-
<h3>Maintain with confidence</h3>
85-
<p>Fearless progress and refactoring over the long term. Haskell has one of the strongest type systems on the market to prevent mistakes
86-
before they reach production, saving on total software lifetime costs. “If it compiles, it works.”&mdash;a Haskell proverb.
84+
<h3>Rapid prototyping</h3>
85+
<p>Start small and explore new ideas to find your market fit. Haskell is a compact language with a large ecosystem of open-source libraries and tools
86+
to get you started and keep you growing.
87+
The strong type system makes it easy to write small and large programs that work, even when you don't like writing types &mdash; the compiler will figure it out.
8788
</p>
8889
</div>
8990
<div class=" span6 col-md-6">
@@ -95,10 +96,9 @@ <h3>Scale with ease</h3>
9596
</div>
9697
<div class=" row ">
9798
<div class=" span6 col-md-6">
98-
<h3>Rapid prototyping</h3>
99-
<p>Start small and explore new ideas to find your market fit. Haskell is a compact language with a large ecosystem of open-source libraries and tools
100-
to get you started and keep you growing.
101-
The strong type system makes it easy to write small and large programs that work, even when you don't like writing types &mdash; the compiler will figure it out.
99+
<h3>Maintain with confidence</h3>
100+
<p>Fearless progress and refactoring over the long term. Haskell has one of the strongest type systems on the market to prevent mistakes
101+
before they reach production, saving on total software lifetime costs. “If it compiles, it works.”&mdash;a Haskell proverb.
102102
</p>
103103
</div>
104104
<div class=" span6 col-md-6">

0 commit comments

Comments
 (0)