mirror of
https://github.com/peklaiho/madlisp.git
synced 2024-11-22 13:24:46 +00:00
remove features section from readme
This commit is contained in:
parent
c73afe1878
commit
208b4ac86d
@ -21,10 +21,6 @@ MadLisp is a [Lisp](https://en.wikipedia.org/wiki/Lisp_%28programming_language%2
|
||||
* Ability to call arbitrary PHP functions directly. The language should have control over which PHP functions can be called and how.
|
||||
* Namespaces or similar mechanisms. The global namespace is a feature, not a bug! Use a prefix for your function names if this becomes a problem.
|
||||
|
||||
## Features
|
||||
|
||||
The implementation is pretty minimalistic, but there is a good collection of built-in functions. Also [tail call optimization](https://en.wikipedia.org/wiki/Tail_call) is included.
|
||||
|
||||
## Requirements
|
||||
|
||||
The project requires PHP 7.4 or newer.
|
||||
|
Loading…
Reference in New Issue
Block a user