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 413b9614d2 improper lists, floats 2024-06-21 22:45:46 -04:00
Makefile parsing 2024-06-21 00:22:44 -04:00
README.rst improper lists, floats 2024-06-21 22:45:46 -04:00
main.c improper lists, floats 2024-06-21 22:45:46 -04:00
prelude.scm improper lists, floats 2024-06-21 22:45:46 -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.