Live data from Hacker News

SICP Distilled – An Idiosyncratic Tour of SICP in Clojure

sicpdistilled.com

1–10 of 13 posts

Re: SICP Distilled – An Idiosyncratic Tour of SICP in Clojure

#4

Sweet. Clojure doesn't support call/cc, what's the plan for amb?

There is apparently a port of cl-cont to clojure, but only delimited continuations using shift/reset. Delcc is probably the future of scheme anyway, but probably more in the form of prompts and aborts.

Re: SICP Distilled – An Idiosyncratic Tour of SICP in Clojure

#5
I regret having wasted my time trying to work through this about 2 years ago:

- There's a lot of sloppy content, i.e. misspellings that a spell checker should catch.

- Some code is syntactically incorrect. Some hasn't been ported over and is still in Scheme.

- The author's claim that the core points are present is somewhat dubious, since only parts of chapter 1 are reasonably complete.

- The difference in writing quality from the original text and what the author has changed is quite jarring. The original's prose is efficient, insightful, and deeply connected with other content. The new stuff is at best blog-quality.

- The author has certainly abandoned this project. Nor does it look like he'd be up to the task, even if he did have the motivation for it.

Re: SICP Distilled – An Idiosyncratic Tour of SICP in Clojure

#6
It took me some time to figure out what they mean with "SICP". The author assumes that of course everybody knows "SICP" no need to tell you what it is. Now I realize it refers to the book "Structure and Interpretation of Computer Programs".

I can buy that book, now what is this project about, what are its goals? Why should I support it? What will I get from it?

There is probably a simple and worthwhile answer but I think that should be given at the very beginning of the presentation. The lost art of the "Abstract"?

Re: SICP Distilled – An Idiosyncratic Tour of SICP in Clojure

#7
post #5

I regret having wasted my time trying to work through this about 2 years ago: - There's a lot of sloppy content, i.e. misspellings that a spell checker should catch. - Some code is syntactically incorrect. Some hasn't been ported over and is still in Scheme. - The author's claim that the core points are present is somewhat dubious, since only parts of chapter 1 are reasonably complete. - The difference in writing qua…

It is too bad. It was a nice idea, started out OK, but petered out quickly.

Re: SICP Distilled – An Idiosyncratic Tour of SICP in Clojure

#8

It took me some time to figure out what they mean with "SICP". The author assumes that of course everybody knows "SICP" no need to tell you what it is. Now I realize it refers to the book "Structure and Interpretation of Computer Programs". I can buy that book, now what is this project about, what are its goals? Why should I support it? What will I get from it? There is probably a simple and worthwhile answer but I t…

For computer scientists, the SICP is comparable to the Bible.

Re: SICP Distilled – An Idiosyncratic Tour of SICP in Clojure

#9

It took me some time to figure out what they mean with "SICP". The author assumes that of course everybody knows "SICP" no need to tell you what it is. Now I realize it refers to the book "Structure and Interpretation of Computer Programs". I can buy that book, now what is this project about, what are its goals? Why should I support it? What will I get from it? There is probably a simple and worthwhile answer but I t…

The following is a review by some guy:

https://www.amazon.com/review/R403HR4VL71K8

Post reply on HN