I'm newbie in programming world. I'm using ubuntu OS. I have started my journey with sicp book. I'm working with scheme repl
. But suddenly I get stuck with section 2.2.4
I'm not able to execute it's example with scheme repl
. I tried to run given example of section, I got an error as given below
1 ]=> (define wave2 (beside wave (flip-vert wave)))
;Unbound variable: wave
Even In book, painter is given as primitive procedure. when I ran it, it thrown an error too
1 ]=> painter
;Unbound variable: painter
I don't know, where I'm doing mistake? can I run these example with scheme repl?
I have installed racket to solve this problem, But I'm not able to install sicp package for it. I was following these instruction. Unfortunately I didn't get that well. How can install these package?
Please give your suggestion to solve this problem.