Beautiful Online SICP
21–30 of 82 posts
Re: Beautiful Online SICP
#22This is incredibly beautiful. I wish all technical writing online could be so well presented - I'm tired of trying to read two-column journal-formatted PDFs on my phone.
Re: Beautiful Online SICP
#23SICP is the one text I wish I'd known about when studying computer science at uni. When I finally discovered and read it, it was a truly eye-opening experience and revolutionised the way I thought about tackling problems and designing software. It may have been around for a while, but the ideas presented still hold water today. As others have mentioned, the linked version has some definite improvements over the web v…
Really curious. Can you share a bit more details about this. Like specific instances of how it changed your thinking..
Re: Beautiful Online SICP
#24SICP is the one text I wish I'd known about when studying computer science at uni. When I finally discovered and read it, it was a truly eye-opening experience and revolutionised the way I thought about tackling problems and designing software. It may have been around for a while, but the ideas presented still hold water today. As others have mentioned, the linked version has some definite improvements over the web v…
>it was a truly eye-opening experience and revolutionised the way I thought about tackling problems and designing software. Really curious. Can you share a bit more details about this. Like specific instances of how it changed your thinking..
It also helped me finally 'get' functional programming. Even in situations where other programming paradigms make more sense, I'll still opt for a functional style a lot of the time and avoid state.
I'm also a lot more confident with higher-order functions and closures after SICP help me understand them better. Seeing how cons pairs can be implemented as functions was simply mind-blowing. I think being able to use some of these techniques have improved the way I code.
There are a lot of other topics, such as the meta-circular evaluator, that I haven't had the opportunity to put into practice, but are nonetheless absolutely fascinating.
Re: Beautiful Online SICP
#25Re: Beautiful Online SICP
#26is there a beautiful epub version?
Re: Beautiful Online SICP
#27Re: Beautiful Online SICP
#28Unpopular opinion but having read this book, I think it's a "good" text that is a bit blown out of proportion in terms of how good it is. I'm curious for people that endorse to such a magnanimous degree what other literature they've read and what aspects of SICP in particular they find so superior.
Re: Beautiful Online SICP
#29Re: Beautiful Online SICP
#30perhaps only tangentially related but recently I began noting down beautiful typefaces I come across, the two used here are Inconsolata LGC and Linux Libertine O. do you guys have favorites?