Exercises from the "Structure and Interpretation of Computer Programs" book. Book webpage
I am using Racket for working with Scheme Lisp. To install:
sudo add-apt-repository ppa:plt/racket
sudo apt update
sudo apt-get install racket
Optional language server:
raco pkg install racket-langserver