I recently started following The Little Schemer examples, and when trying out the examples in DrScheme , I realized that there are some minor syntax changes from the examples in the book so that I can write in DrScheme.
First of all, as the DrScheme language, I chose Pretty Big(one of the Legacy Languages).
Is it right to try examples from the book?
Regarding syntax changes, I noticed that, for example, I need an identifier prefix with help 'for them to work.
For instance:
(rember 'jelly '(peanut butter jelly))
Are there any other changes (syntactic or not) that I need to know when trying examples from the book "Little Schema"?
source
share