Learning lisp with a manual fork of lisp in 1k lines of code. This repository is an attempt to learn and teach lisp by "hacking", building, modifying, and studying a previous minimalist lisp. Yes, its another dialect of lisp!
The original code as taken from: Taken from https://github.com/Robert-van-Engelen/lisp
In trying to learn lisp, I as faced with the problem of lots of info, but no explanation. Lisp is a completly diffrent programming paradigmn. That being said most tutorials about lisp, or scheme, are often incompatible ith each other, use includes and imports that are not present on your system, and basically dont stat at the "beginning".