Note: I am not asking which to learn, which is better, or anything like that.
I picked up the free version of SICP because I felt it would be nice to read (I've heard good stuff about it, and I'm …
I'm trying with SICP and I got some code.
So I started with:
#lang scheme
(word 'comp 'uter)
Returned error: Function (word) undefined.
Even if I tried to copy this into IDE(Run):
(define word?
(let ((number? number?)
(symbol? symbol?)
(…