I'm beginner in SICP. I'm reading section 2.2.4, A Picture Language. I'm stuck with it's example. I didn't understand, How to run these examples?
As given in book, wave is supposed to be a primitive procedure. But When I tried to execute it, REPL throw an error as given below
1 ]=> wave
;Unbound variable: wave
Similarly when I tried to execute first example of this section, REPL throw an error
1 ]=> (define wave2 (beside wave (flip-vert wave)))
;Unbound variable: wave
I didn't understand, what's going wrong? Any help would be appreciated. Thanks.
painter
, notprimitive
. – Óscar López