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

sicp.me

Name: Anonymous 2014-10-22 1:26

Name: Anonymous 2014-11-01 6:18

Why calculating is better than Scheming

http://www.cs.kent.ac.uk/people/staff/dat/miranda/wadler87.pdf

In short: SICP is shit.

Name: Anonymous 2014-11-01 17:33

>>27
The first problem is that students inevitably confuse a list containing just one element x with the value x itself. The confusion is compounded in Lisp because this unit list is written either (list x) or (x), depending on whether it has been evaluated yet. In Miranda one always writes [x]. The concrete syntax of Miranda also helps a bit: students are used to dropping parenthesis, so that (x) becomes x, whereas they are a little less likely to convert [x] to x.
I really hope this is parody.

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