Working through SICP... in arc
(permalink)
I've decided to work through the classic functional programming book, Structure and Interpretation of Computer Programs. The book is well reviewed, and supposedly a "must-read" for anyone getting into programming - especially functional programming. It served as the basis for MIT's intro programming course for several decades.
Well I thought I would add a twist by doing all the examples in arc, instead of scheme. I have no idea if this is wise, or even practical, but it's worth a shot.
I'm going to attempt every exercise in the book, first rewriting it into arc (if applicable), and then solving it. You can follow my progress here: http://bluwiki.com/go/User:Sam_Odio/SCIP_in_Arc.
Well I thought I would add a twist by doing all the examples in arc, instead of scheme. I have no idea if this is wise, or even practical, but it's worth a shot.
I'm going to attempt every exercise in the book, first rewriting it into arc (if applicable), and then solving it. You can follow my progress here: http://bluwiki.com/go/User:Sam_Odio/SCIP_in_Arc.


0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home