SICP in GNU TeXmacs(github.com)
github.com
SICP in GNU TeXmacs
https://github.com/XmacsLabs/interactive-sicp/blob/main/README_EN.md
6 comments
There is also SICP in org-mode [1], where you can evaluate scheme code while reading. But it is nice to see TeXmacs use as well :)
[1] https://github.com/ilmotta/sicp-org
[1] https://github.com/ilmotta/sicp-org
that's the one I am following right now, as you said, the fact I can C-c C-c to eval code on org-babel is pretty incredible.
Another interactive SICP discussed on HN 10 years ago:
https://news.ycombinator.com/item?id=7149908
https://news.ycombinator.com/item?id=7149908
SICP was one of my course texts and introduction to the scheme language. It is a masterpiece of a computer science book with a staggering breadth of applications.
So that it could be used by students on modest computers that couldn't manage a Web browser and running Scheme at the same time:
https://www.neilvandyke.org/sicp-texi/
As part of this, they redrew the figures in SICP as ASCII art (not as something like TeX figures), which I guess made sense for those requirements. Though today I like the idea of using proper markup for figures.