Tagged Questions

2
votes
2answers
65 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 (appro …
1
vote
1answer
62 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- …
0
votes
4answers
79 views

Should one just read SICP and not solve problems?

Hi, I am enjoying reading Structure and Interpretation of Computer Programs. But I find exercises to be a blocker. They take lot of time to do, especially in chapter 1-2.Should I j …
2
votes
1answer
124 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 wit …
8
votes
2answers
205 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 wi …
1
vote
1answer
67 views

Quotation in Scheme

Following is a exercise from SICP. I couldn't figure it out on my own. Can some why help me understand? Type following code into interpreator: (car ''abracadabra) And it prin …
0
votes
3answers
204 views

I can’t find my error in this Scheme program for calculate PI

I am doing a Monte Carlo experiment to calculate an approximation of PI. From SICP: The Monte Carlo method consists of choosing sample experiments at random from a large se …
1
vote
2answers
96 views

Is IronScheme suitable for working through SICP?

Will there be any incompatibilities with the code in SICP if I use IronScheme?
4
votes
6answers
332 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? Wh …
1
vote
4answers
80 views

How do I include files in DrScheme?

I'm using DrScheme to work through SICP, and I've noticed that certain procedures (for example, square) get used over and over. I'd like to put these in a separate file so that I …
6
votes
5answers
374 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?
0
votes
6answers
152 views

Small SICP/Scheme question (local state)

I'm actually reading the book for fun but it might be considered homework. At any event, I don't feel comfortable with local state variables at all with this language... Take for e …
2
votes
3answers
114 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. …
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, …
4
votes
8answers
376 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 num …

1 2 3 next
15 30 50 per page