madlisp/README.md

18 lines
365 B
Markdown
Raw Normal View History

2020-06-11 10:13:00 +00:00
# MadLisp
MadLisp is a [Lisp](https://en.wikipedia.org/wiki/Lisp_%28programming_language%29) interpreter written in PHP.
2020-06-12 10:03:26 +00:00
2020-06-11 10:13:00 +00:00
## Requirements
The project requires PHP 7.4 or newer and [Composer](https://getcomposer.org/).
2020-06-17 11:10:33 +00:00
## Quickstart
2020-06-17 11:10:33 +00:00
## Documentation
2020-06-12 09:42:00 +00:00
The full [documentation](http://madlisp.com/) is available on the project website.
2020-06-12 09:42:00 +00:00
2020-06-11 10:13:00 +00:00
## License
2020-12-06 04:11:21 +00:00
[MIT](LICENSE)