13
votes
16answers
1k views
Which language would you use for the self-study of SICP?
I've caught the bug to learn functional programming for real. So my
next self-study project is to work through the Structure and
Interpretation of Computer Programs. Unfortunately, I've never
learned …
8
votes
2answers
235 views
Seemingly unnecessary case in the unification algorithm in SICP
Hi guys,
I'm trying to understand the unification algorithm described in SICP here
In particular, in the procedure "extend-if-possible", there's a check (the first place marked with asterix "*") …
6
votes
5answers
414 views
Can I use Common Lisp for SICP or is Scheme the only option?
Also, even if I can use Common Lisp, should I? Is Scheme better?
6
votes
9answers
1k views
SICP … better programming?
Last year I read an article on http://jaortega.wordpress.com/2007/01/31/a-scheme-bookshelf/ that claimed that if you read/study SICP "It will expand your mind. It will cure your diseases", I also read …
5
votes
12answers
1k views
Concepts that surprised you when you read SICP?
SICP - "Structure and Interpretation of Computer Programs"
Explanation for the same would be nice
Can some one explain about Metalinguistic Abstraction
5
votes
5answers
867 views
What do you think about the loss of MIT’s 6.001 (SICP) course?
MIT abandoned its legendary 6.001 (Structure and Interpretation of Computer Programs) course and replaced it with 6.00, 6.01 and 6.02 in the new curriculum. They are AFAIK about Python and robots. …
4
votes
2answers
122 views
SICP 1.31: Approximating Pi
Hello-
I'm working through SICP on my own, so I don't have an instructor to ask about this. This code is supposed to approximate pi but always returns zero instead.
(define (approx-pi acc)
(define …
4
votes
6answers
352 views
Structure and Interpretation of Computer Programs, what level of maths ability is required?
Hi there,
I regrettably haven't studied maths since I was 16 (GCSE level), I'm now a 27 year old c# developer.
Would it be a fruitless exercise trying to work through this book?
What kind of maths …
4
votes
3answers
263 views
Examining the internals of the functions in Haskell
I am a Haskell newbie, though had a previous Lisp/Scheme experience. Right now I am looking at the examples from SICP and trying to implement them in Haskell to get more hands-on experience. In the …
4
votes
5answers
1k views
What is the best Scheme implementation for working through SICP?
I have been using PLT Scheme, but it has some issues. Does anyone know of a better implementation for working through SICP?
4
votes
8answers
390 views
SICP Exercise 1.3 request for comments
I'm trying to learn scheme via SICP. Exercise 1.3 reads as follow: Define a procedure that takes three numbers as arguments and returns the sum of the squares of the two larger numbers. Please comment …
2
votes
1answer
73 views
SICP exercise 1.16, where is my bug, because it looks right to me
I've just started working through this book for fun; I wish it were homework, but I could never afford to attend MIT, and there are tons of people smarter than me anyway. :p
fast-exp is supposed to …
2
votes
1answer
146 views
SICP making change
So; I'm a hobbiest who's trying to work through SICP (it's free!) and there is an example procedure in the first chapter that is meant to count the possible ways to make change with american coins; …
2
votes
3answers
129 views
What’s the explanation for Exercise 1.4 in SICP?
I'm just beginning to work through SICP (on my own; this isn't for a class), and I've been struggling with Exercise 1.4 for a couple of days and I just can't seem to figure it out. This is the one …
2
votes
3answers
435 views
Which language in DrScheme for SICP?
Hi,
I have been using the Module for SICP in DrScheme 4.2 but which language has the best support for SICP in DrScheme?
Has anyone here tried this?
Thanks.
