Go to file
2020-12-20 09:22:14 +07:00
bin find autoload.php from multiple locations, support --help flag 2020-12-20 08:56:32 +07:00
mad macro for using λ instead of fn for lambdas 2020-12-15 22:07:12 +07:00
src add functions car and cdr because they are familiar for Lispers 2020-12-19 20:46:51 +07:00
test add support for variable arguments using & 2020-12-19 17:45:18 +07:00
.gitignore unit tests for Tokenizer 2020-12-15 09:03:54 +07:00
composer.json update composer.json 2020-12-20 09:08:19 +07:00
LICENSE add license file 2020-12-06 11:11:21 +07:00
phpunit.xml unit tests for Tokenizer 2020-12-15 09:03:54 +07:00
README.md update README, move main documentation to project website 2020-12-20 09:22:14 +07:00

MadLisp

MadLisp is a Lisp interpreter written in PHP.

Requirements

The project requires PHP 7.4 or newer and Composer.

Quickstart

Documentation

The full documentation is available on the project website.

License

MIT