Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I heard about Dr. Scheme but haven't really used it. What is your experience with SICP, what set of scheme tools did you use when learning SICP?

share|improve this question

1 Answer

up vote 6 down vote accepted

http://www.neilvandyke.org/racket-sicp/ is recommended. You can do execises in your favoutite lang too.

share|improve this answer
what do you mean by saying "You can do exercises in your favourite lang too"? Isn't it just scheme? – Sergey Jun 20 '11 at 8:42
You could 'translate' execises. I am trying to do them in Scala. Sure you can try it when you are already comfortable with the text. – arctic_dev Jun 20 '11 at 8:52
got you, and what about MIT realization of scheme? – Sergey Jun 20 '11 at 8:59
1  
I used the extention for dr.Scheme (check the link). It suited me fine for learning purpose. This is what most SICP learners advised to use. – arctic_dev Jun 20 '11 at 9:07
1  
Apologies if this is already obvious: DrScheme is the same thing as DrRacket. I also think that DrRacket with Neil Van Dyke's extensions is the right way to go, but then, I'm (extremely) biased. – John Clements Jun 20 '11 at 21:55

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.