" '-._ ___.....___ `.__ ,-' ,-.`-, `''-------' ( = ) `._ HAVE YOU SMOKED `-' \ YOUR MARIJUANA \ TODAY? . \ \---..,--' ................._ --...--, `-.._ _.-' `'-----''
Name:
Anonymous2015-05-11 8:35
[–]Vektorweg 1 point 8 hours ago
Perhaps initial prototyping is better in dynamic languages.
permalink
[–]Denommus 3 points 5 hours ago
I don't agree. I have experience in Ruby and Common Lisp, but since I learned Haskell and OCaml I don't want to prototype in the two first ones ever again.
Not having types makes things a lot harder to reason about, and much more error-prone.
permalinkparent
[–]PM_ME_UR_OBSIDIAN 3 points 2 hours ago
Absolutely not! For prototyping, there's nothing better than "railroad-oriented programming", where you just describe the shape of your data using types and then fill in the blanks.