private: No


>Structure and Interpretation of Computer Programs (SICP)
https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/book.html (HTML)
https://web.mit.edu/6.001/6.037/sicp.pdf (PDF)
https://ocw.mit.edu/courses/6-001-structure-and-interpretation-of-computer-programs-spring-2005/ (MIT Course)

>Programming in Emacs Lisp
https://www.gnu.org/software/emacs/manual/eintr.html (Intro to Programming in Emacs Lisp, A Very Gentle Intro)
https://www.gnu.org/software/emacs/manual/elisp.html (Emacs Lisp Reference Manual)
http://xahlee.info/emacs/emacs/elisp.html (XahLee Elisp Guide)
https://github.com/bbatsov/emacs-lisp-style-guide (Emacs Lisp Style Guide)
 
>Programming in Common Lisp
https://stevelosh.com/blog/2018/08/a-road-to-common-lisp/ (A Road to Common Lisp)
https://gigamonkeys.com/book/ (Practical Common Lisp, Intro to CL)
https://cs.cmu.edu/~dst/LispBook/ (Common Lisp: A Gentle Introduction)
http://www.paulgraham.com/onlisp.html (On Lisp, Advanced CL techniques)
http://www.lispworks.com/documentation/HyperSpec/Front/ (Common Lisp HyperSpec, CL docs)
https://lispcookbook.github.io/cl-cookbook/ (Common Lisp Cookbook)
https://quickref.common-lisp.net (Quickref, Quicklisp library docs)
https://google.github.io/styleguide/lispguide.xml (Common Lisp Style Guide)
 
>Programming in Scheme
https://scheme.com/tspl4/ (The Scheme Programming Language)
https://eecs.berkeley.edu/~bh/ss-toc2.html (Simply Scheme)
https://archive.org/details/Schemer/ (Various Books)
https://srfi.schemers.org (SRFI, Scheme extensions)
#<YOUR-IMPLEMENTATIONS-MANUAL>
 
>Programming in Clojure
https://clojure.org (Clojure Website)
https://clojure-doc.org (Clojure Docs)
https://clojuredocs.org (Clojure (core) Docs)
https://cljdoc.org (Clojure (library) Docs)
https://guide.clojure.style (Clojure Style Guide)
https://mooc.fi/courses/2014/clojure/ (Functional programming with Clojure)
https://braveclojure.com/clojure-for-the-brave-and-true/ (Clojure for the Brave and True, Intro to Clojure)