Difference between revisions of "Blog articles/Comparisons"

From HaskellWiki
Jump to navigation Jump to search
Line 40: Line 40:
 
* [http://www.bluishcoder.co.nz/2006/10/factor-parser-combinator-example.html Haskell-style parser combinators in Factor: s-expression reader]
 
* [http://www.bluishcoder.co.nz/2006/10/factor-parser-combinator-example.html Haskell-style parser combinators in Factor: s-expression reader]
 
* [http://useless-factor.blogspot.com/2007/08/factors-curry.html Factor with a dash of curry]
 
* [http://useless-factor.blogspot.com/2007/08/factors-curry.html Factor with a dash of curry]
  +
  +
== Cat ==
  +
* [http://pied.mine.nu//index.php?page=Lambda&id=22 Cat in Haskell]
   
 
= Imperative, statically typed =
 
= Imperative, statically typed =

Revision as of 06:08, 16 September 2007


Articles comparing Haskell to other languages.

Functional programming

CAL

Erlang

Lisp

Oz

Qi

Scheme

XSLT

Stack programming

Forth

Factor

Cat

Imperative, statically typed

Ada

C

C#

Eiffel

Java

Scala

Imperative, dynamically typed

Javascript

Lua

Perl 6

Python

Ruby