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.
(require sicp-pict)in the REPL fails? Did both succeed, but using anything insicp-pictfails? Something else? - molbdnilo> (require sicp-pict) stdin::9: sicp-pict: standard-module-name-resolver: collection not found collection: "sicp-pict" in collection directories: /home/rishi/.racket/5.3.6/collects /usr/share/racket/collects in: sicp-pict context...: standard-module-name-resolver /usr/share/racket/collects/racket/private/misc.rkt:87:7- Amit