Search found 2 matches
- Tue Apr 22, 2014 11:16 pm
- Forum: Scheme
- Topic: Little help about define procedure
- Replies: 3
- Views: 34072
Re: Little help about define procedure
OK, I see , thanks for your detailed explanations~
- Wed Apr 16, 2014 5:50 pm
- Forum: Scheme
- Topic: Little help about define procedure
- Replies: 3
- Views: 34072
Little help about define procedure
Hi everybody I'm trying to study SICP. I use Dr.Racket and intall Neil Van Dyke's SICP Support for DrRacket. When I practice examples of the book, I bumped into something confused me. The following codes are from the book and I use the procedure "sqrt" at beginning: (sqrt (+ 100 37)) (defi...