Differences between version 9 and previous revision of Haskell.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 9 | Last edited on Sunday, March 7, 2004 9:26:57 am | by AristotlePagaltzis | Revert |
Older page: | version 8 | Last edited on Sunday, October 26, 2003 6:57:08 am | by AristotlePagaltzis | Revert |
@@ -1,5 +1,5 @@
-[Haskell | http://www.haskell.org] is pure FunctionalProgramming
language that employs LazyEvaluation and supports generic or PolymorphicTypes.
+[Haskell | http://www.haskell.org] is pure functional programming
language that employs LazyEvaluation and supports generic or PolymorphicTypes.
It has some cool concepts like the dot operator. If you remember your calculus, it used the . for functional composition: so does [Haskell]! This allows you to do something similar to the pipe operator used in shell scripting.
!!!Example