Difference between revisions of "Blog articles/Comparisons"

From HaskellWiki
Jump to navigation Jump to search
Line 51: Line 51:
   
 
* [http://sneezy.cs.nott.ac.uk/fplunch/weblog/?p=71 Simple proof of stack correctness for a tiny language (in Agda)]
 
* [http://sneezy.cs.nott.ac.uk/fplunch/weblog/?p=71 Simple proof of stack correctness for a tiny language (in Agda)]
  +
* [http://www.iis.sinica.edu.tw/~scm/?p=35 My First Agda Program: Append, Reverse, and Merge]
  +
* [http://www.iis.sinica.edu.tw/~scm/?p=36 Agda Exercise: Sized Mergesort]
   
 
== Coq ==
 
== Coq ==

Revision as of 16:22, 27 September 2007


Articles comparing Haskell to other languages.

Functional programming

CAL

F#

OCaml

Erlang

Lisp

Oz

Qi

Scheme

XSLT

Theorem provers

Epigram

Agda

Coq


Isabelle

Stack programming

Forth

Factor

Cat

Imperative, statically typed

Ada

C

C#

C++

Eiffel

Java

Scala

Imperative, dynamically typed

Javascript

Lua

Perl 6

Python

Ruby