Blog articles/Comparisons
From HaskellWiki
(Difference between revisions)
(sort) |
(→Ruby) |
||
| Line 96: | Line 96: | ||
* [http://onthebalcony.wordpress.com/2007/03/10/ruby-and-elegance-transpose/ zip and transpose] | * [http://onthebalcony.wordpress.com/2007/03/10/ruby-and-elegance-transpose/ zip and transpose] | ||
* [http://etorreborre.blogspot.com/2007/04/pattern-matching-with-ruby.html Pattern matching in Ruby] | * [http://etorreborre.blogspot.com/2007/04/pattern-matching-with-ruby.html Pattern matching in Ruby] | ||
| + | * [http://cdsmith.wordpress.com/2007/07/29/37-reasons-to-love-haskell-playing-off-the-ruby-article/ 37 Reasons to Love Haskell] | ||
Revision as of 02:09, 30 July 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#?
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
