oriansj / Slow_Lisp

A simple lisp prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is just a simple lisp interpreter that I am working on for fun.
This is to help me figure out what I want to create when I write a Lisp interpreter in assembly for stage0.
It also shows how a trivial garbage collector is implemented using fixed sized allocations.
Everything here should be trivial C code.

About

A simple lisp prototype

License:GNU General Public License v3.0


Languages

Language:C 78.2%Language:Scheme 12.5%Language:Shell 6.3%Language:Makefile 2.9%