5 ms·
Say what? I'm always astounded that people think everyone knows all the acronyms for whatever field they're working in.
by lav42 2y ago
Say what? I'm always astounded that people think everyone knows all the acronyms for whatever field they're working in.
- masfuerte 2y agohttps://en.wikipedia.org/wiki/Structure_and_Interpretation_of_Computer_Programs https://en.wikipedia.org/wiki/Structure_and_Interpretation_o...
- temporarara 2y agoWhile I agree with this attitude towards obscure acronyms, SICP is widely known among those who voluntary enter a site called Hacker News, and it's easily searchable too.
- anthk 2y agoBy just googling 'SICP Scheme' the hints are pretty clear...
- lav42 2y agoThe book looks awesome, thanks for pointing out, I'll give it a read.
- rurban 2y agoIt will change your life. Did for all of us
- anthk 2y agoI forgot. You can do SICP over the web without installing an Scheme interpreter. The web has a complete enough Scheme interpreter to do and eval the whole book exercises. http://xuanji.appspot.com/isicp/ http://xuanji.appspot.com/isicp/ Enjoy. If you want something offline, I can help you to set Chicken (the interpreter), the depending libraries for SICP and Emacs in no time.