Difference between revisions of "Blog articles/Comparisons"

From HaskellWiki
Jump to navigation Jump to search
Line 38: Line 38:
 
== Factor ==
 
== Factor ==
 
* [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]
   
 
= Imperative, statically typed =
 
= Imperative, statically typed =

Revision as of 07:49, 21 August 2007


Articles comparing Haskell to other languages.

Functional programming

CAL

Erlang

Lisp

Oz

Qi

Scheme

XSLT

Stack programming

Forth

Factor

Imperative, statically typed

Ada

C

C#

Eiffel

Java

Scala

Imperative, dynamically typed

Javascript

Lua

Perl 6

Python

Ruby