My notes of Structure and Interpretation of Computer Procedures(SICP) v2.
UNDONE: Exercise 2.52 a.
UNDONE: Exercises in 2.5.3 Symbolic Algebra.
UNDONE: Exercise 4.67, 4.77-4.79.
UNDONE: most of exercise in Chapter 5.
I’ve never tried emacs. I use Neovim a lot before reading SICP.
I’ve read https://kchousos.github.io/posts/SICP%20in%20Emacs.html and followed it, with doomemacs. It is nice to use emacs-ob-racket for literate programming. Note that it is not maintained and need some special config(issue #6), and do not support :session option(issue #2).].
https://groups.csail.mit.edu/mac/projects/info/schemedocs/ref-manual/html/scheme_toc.html
https://conservatory.scheme.org/schemers/Documents/Standards/R5RS/
https://docs.racket-lang.org/sicp-manual/SICP_Language.html
https://www.gnu.org/software/emacs/
Thanks to their exercise solutions: