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-28 14:30
>>14
I want to mention that there is a book called "Simply Scheme" that is designed to teach what SICP does in an easier way. The author adds some Logo like syntax to Scheme to make some syntax concepts easier to understand.