Blog articles/Comparisons
From HaskellWiki
(Difference between revisions)
(→Java) |
(→Stack programming) |
||
| Line 36: | Line 36: | ||
== Forth == | == Forth == | ||
* [http://shaurz.wordpress.com/2007/03/03/forth-as-a-haskell-dsl-or-lambda-the-ultimate-stack/ Forth as a Haskell DSL] | * [http://shaurz.wordpress.com/2007/03/03/forth-as-a-haskell-dsl-or-lambda-the-ultimate-stack/ Forth as a Haskell DSL] | ||
| + | * [http://wiki.forthfreak.net/index.cgi?FunForth Functional Forth] | ||
== Factor == | == Factor == | ||
Revision as of 18:16, 20 September 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
- Foldl and Foldr
- SKI in Qi's type system
- Haskell-like Type Classes in Qi
- Existential Data Constructors in Haskell and Qi
1.6 Scheme
1.7 XSLT
2 Stack programming
2.1 Forth
2.2 Factor
2.3 Cat
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 C++
3.5 Eiffel
3.6 Java
- More Haskell in Java 7 or 8?
- Type classes in Java
- Closures and bottom for Java
- An infinite list in Java
- Parser combinators in Java
- Maybe monad in Java
- Point-free Programming in Java 7 - Beyond Closures
3.7 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
