A non-programmer wants to learn. Which do I show them: SICP or HTDP? Or does trying to teach them SICP in MirandaHaskell (for the syntax & pattern matching) make more sense?
Name:
Anonymous2010-03-27 16:43
>>15
Haskell programmers conveniently forget that it has "eager" points just like lisp has its "lazy" points. The difference being, as far as I can tell, that there is no way to add new ones to Haskell.