You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/index.html
+13-12
Original file line number
Diff line number
Diff line change
@@ -83,37 +83,38 @@ <h2>Why Haskell?</h2>
83
83
<divclass=" span6 col-md-6">
84
84
<h3>Rapid prototyping</h3>
85
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.
86
+
to get you started and help you growing.
87
87
The strong type system makes it easy to write small and large programs that work, even when you don't like writing types — the compiler will figure it out.
88
88
</p>
89
89
</div>
90
90
<divclass=" span6 col-md-6">
91
91
<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
+
— while keeping complexity low as your user base and code base grows.
94
95
</p>
95
96
</div>
96
97
</div>
97
98
<divclass=" row ">
98
99
<divclass=" span6 col-md-6">
99
100
<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.”—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.—“If it compiles, it works.” and "Fearless refactoring", some Haskell proverbs.
102
103
</p>
103
104
</div>
104
105
<divclass=" 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
+
— when you're curios or when you want to get ahead.
109
110
</p>
110
111
</div>
111
112
</div>
112
113
<divclass=" row ">
113
114
<divclass=" 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.
117
118
If you work on a challenging project, you might as well have a good time.
0 commit comments