Skip to content

Commit 5eb0efd

Browse files
committed
Improve benefits section wording
1 parent 412ddf4 commit 5eb0efd

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

site/index.html

+13-12
Original file line numberDiff line numberDiff line change
@@ -83,37 +83,38 @@ <h2>Why Haskell?</h2>
8383
<div class=" span6 col-md-6">
8484
<h3>Rapid prototyping</h3>
8585
<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.
86+
to get you started and help you growing.
8787
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.
8888
</p>
8989
</div>
9090
<div class=" span6 col-md-6">
9191
<h3>Scale with ease</h3>
92-
<p>From 1 to 100k users, and more. Haskell can take advantage of multi-core processors with ease and confidence
93-
like no mainstream language can, and offers one of the best support for async, concurrent and parallel programming.
92+
<p>From 1 to 100k users, and more. Haskell offers one of the best support for async, concurrent and parallel programming.
93+
It can take advantage of multi-core processors with ease and confidence like no mainstream language can.
94+
&mdash; while keeping complexity low as your user base and code base grows.
9495
</p>
9596
</div>
9697
</div>
9798
<div class=" row ">
9899
<div class=" span6 col-md-6">
99100
<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.
101+
<p>Add complex features or refactor large parts of your code base reliably. Haskell has one of the strongest type systems on the market to prevent mistakes
102+
before they reach production, saving on total software lifetime costs.&mdash;“If it compiles, it works.” and "Fearless refactoring", some Haskell proverbs.
102103
</p>
103104
</div>
104105
<div class=" span6 col-md-6">
105-
<h3>Bleeding edge</h3>
106-
<p>Peek into some of the latest programming language innovations. Haskell has its roots in academia and research, and influences many popular languages later on.
107-
Stay with safe, current best practices or try out next-generation programming techniques like Generalized Algebraic Data Types (GADT), Effect Systems, Linear Types and more to make your code even more reliable;
108-
only when you need it and can tolerate the risk to get ahead: Haskell supports both.
106+
<h3>Cutting edge</h3>
107+
<p>Get a view into the latest programming innovations. Haskell has its roots in programming language research, has already influenced many popular languages and continues to do so.
108+
Try out new programming techniques like Generalized Algebraic Data Types (GADT), Effect Systems, Linear Types and others for even more reliability or performance
109+
&mdash; when you're curios or when you want to get ahead.
109110
</p>
110111
</div>
111112
</div>
112113
<div class=" row ">
113114
<div class=" span6 col-md-6">
114-
<h3>Fun</h3>
115-
<p>Software that works, scales, is elegant as well as easy to maintain helps to attract talent and keep your team motivated.
116-
Haskell is a language that let's you express your ideas clearly and compactly, and teaches you a new way of thinking about programming.
115+
<h3>Delightful</h3>
116+
<p>Software that works, scales and is easy to maintain helps you to attract talent and keep your team motivated.
117+
Haskell is a language that let's you express your ideas clearly and teaches you a new way of thinking about programming.
117118
If you work on a challenging project, you might as well have a good time.
118119
</p>
119120
</div>

0 commit comments

Comments
 (0)