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 c8b6f12851 indentation for pretty printer 2024-06-23 01:06:47 -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 indentation for pretty printer 2024-06-23 01:06:47 -04:00
prelude.scm indentation for pretty printer 2024-06-23 01:06:47 -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.