From 208b4ac86d4b5b74390560b4353eda4afc4c0eb7 Mon Sep 17 00:00:00 2001 From: Pekka Laiho Date: Tue, 8 Dec 2020 09:24:09 +0700 Subject: [PATCH] remove features section from readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 568a5fe..df0733d 100644 --- a/README.md +++ b/README.md @@ -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.