C89 lisp implementation
This repository has been archived on 2024-07-29. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Peter McGoron 41f05b9556 quality of life printing improvements 2024-06-23 00:39:25 -04:00
Makefile quality of life printing improvements 2024-06-23 00:39:25 -04:00
README.rst improper lists, floats 2024-06-21 22:45:46 -04:00
main.c quality of life printing improvements 2024-06-23 00:39:25 -04:00
prelude.scm new expression parser with explicit stack for error handling 2024-06-23 00:30:44 -04:00

README.rst

=============
Flatrate LISP
=============

Flatrate is a minimalistic LISP. It's designed to test out my garbage
collectors. It is C89+ and as portable as one can reasonably make a
program.

The default macro system is non-hygenic.