Blog articles/Comparisons
From HaskellWiki
(Difference between revisions)
(→Erlang) |
(→Qi) |
||
| Line 22: | Line 22: | ||
* [http://programmingkungfuqi.blogspot.com/2007/05/foldl-and-foldr.html Foldl and Foldr] | * [http://programmingkungfuqi.blogspot.com/2007/05/foldl-and-foldr.html Foldl and Foldr] | ||
* [http://programmingkungfuqi.blogspot.com/2007/05/sk-combinator-in-qi-type-system.html SKI in Qi's type system] | * [http://programmingkungfuqi.blogspot.com/2007/05/sk-combinator-in-qi-type-system.html SKI in Qi's type system] | ||
| + | * [http://programmingkungfuqi.blogspot.com/2007/08/haskell-like-type-classes-in-qi.html Haskell-like Type Classes in Qi] | ||
== Scheme == | == Scheme == | ||
Revision as of 00:13, 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#?
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
