Blog articles/Comparisons
From HaskellWiki
(Difference between revisions)
(→Qi) |
(→C#) |
||
| Line 55: | Line 55: | ||
* [http://enfranchisedmind.com/blog/archive/2007/07/10/279 The "ole in the middle "pattern] | * [http://enfranchisedmind.com/blog/archive/2007/07/10/279 The "ole in the middle "pattern] | ||
* [http://realfiction.net/?q=node/117 How much Haskell can I squeeze out of C#?] | * [http://realfiction.net/?q=node/117 How much Haskell can I squeeze out of C#?] | ||
| + | * [http://blogs.msdn.com/lukeh/archive/2007/08/19/monadic-parser-combinators-using-c-3-0.aspx Monadic Parser Combinators using C# 3.0] | ||
== Eiffel == | == Eiffel == | ||
Revision as of 07:03, 20 August 2007
Articles comparing Haskell to other languages.
Contents |
1 Functional programming
1.1 CAL
1.2 Erlang
1.3 Lisp
1.4 Oz
1.5 Qi
1.6 Scheme
1.7 XSLT
2 Stack programming
2.1 Forth
2.2 Factor
3 Imperative, statically typed
3.1 Ada
3.2 C
3.3 C#
- The New Lambda Expressions Feature in C# 3.0
- Immutability, Purity, and Referential Transparency in C#
- Haskell for C# 3 Programmers
- Null pointers vs None vs Maybe
- The "ole in the middle "pattern
- How much Haskell can I squeeze out of C#?
- Monadic Parser Combinators using C# 3.0
3.4 Eiffel
3.5 Java
- More Haskell in Java 7 or 8?
- Type classes in Java
- Closures and bottom for Java
- An infinite list in Java
- Maybe monad in Java
3.6 Scala
4 Imperative, dynamically typed
4.1 Javascript
4.2 Lua
4.3 Perl 6
4.4 Python
- Haskell versus Python
- Using Haskell in Python: haskellembed
- Understanding Monads Via Python List Comprehensions
