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." }

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