Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Time for Haskell-bashing

Name: Anonymous 2012-10-02 22:44

Lisp

progn (f1 x1 y1 z1) (f2 0 -1 0) (f3 x2 y2 z2) (f4 0 1 0) (f5 "Done.")


Haskell

do f1 x1 y1 z1 f2 0 (-1) 0 f3 x2 y2 z2 f4 0 1 0 f5 "Done."
f1 x1 y1 z1 >> f2 0 (-1) 0 >> f3 x2 y2 z2 >> f4 0 1 0 >> f5 "Done."
do { f1 x1 y1 z1; f2 0 (-1) 0; f3 x2 y2 z2; f4 0 1 0; f5 "Done." }

Name: Anonymous 2012-10-03 1:26

wow OP. you discovered haskell is a research language, designed for academics to write papers about. It's used in two programs, some bank software in new zealand and xmonad. the future is javascript

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List