SICP - a midway recap

November 23rd, 2007 at 4:18 pm

So, after several months of distributed effort I completed the 3 first chapters of SICP, and reached chapter 4.

Curiously, my goal in this endeavor was to reach chapter 4, because I really wanted to play with the meta-circular evaluator developed there. But after looking at the code and the exercises for some time, I realized I’ll be much better equipped to tackle chapter 4 after having studied the material of the previous chapters. So, now I’m ready !

I’m actually quite proud of my progress with SICP. I learned a lot, and diligently solved the vast majority of the exercises. Of the 240 exercises of the first 3 chapters, I missed just 3 or 4, and even that because I simply found them uninteresting and repeating. I must salute the authors of SICP, however, for the general quality of their writing and their exercises in particular. Most exercises are excellent and serve as an invaluable tool in actually understanding the points the book tries to teach.

So, meta-circular evaluator, here I come !

Related posts:

  1. Signed copy of SICP
  2. SICP - conclusion

3 Responses to “SICP - a midway recap”

  1. Ken DyckNo Gravatar Says:

    Kudos on making it so far! As somebody whose stalled multiple times through the exercises, I can see how big an achievement this is. Good work. And best of luck with the rest of the book.

  2. elibenNo Gravatar Says:

    Thanks !

  3. BenNo Gravatar Says:

    I love following your progress. It has inspired me to keep at reading the book, and watch their old mit lectures.

Leave a Reply

You can use these HTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> .
To post code with preserved formatting, enclose it in `backticks` (even multiple lines)