Overview of sectorlisp components
mainsectorlisp consists of three primary implementations of the LISP meta-circular evaluator:
- lisp.lisp: A pure LISP implementation written as a single expression using only essential functions. It is a bug-fixed version of John McCarthy's original evaluator with syntactic sugar removed.
- lisp.c: A readable, portable C reference implementation for bootstrapping the evaluator on POSIX platforms.
- sectorlisp.S: A 512-byte i8086 implementation that boots directly from BIOS on personal computers.