aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-06-15 21:13:42 -0400
committerClyne Sullivan <clyne@bitgloo.com>2024-06-15 21:13:42 -0400
commitc278aa4e696359764848edd66c6bb457e248d43e (patch)
tree7ea9fc21666f1e0abc09799ef9e5c7b1d0b3346b /README.md
parent6be79eda61b3c64b38528c023845991a0cb4a274 (diff)
readme update; use CC in Makefile
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 11c76e9..da2908c 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,13 @@ forspll features:
* Lisp-style S-expression syntax
* Forth-style data stack for parameters/values
* Linking with C functions (see `support.c`)
+* Recursion: `$self` gets pointer to current function
Missing features:
+* Captured variables: Functions/lambdas are *not dynamic* and do not capture the state of previously declared variables
* Quote operator: `quote`/`'`
-* Lists and atoms or any dynamic allocations
+* Built-in dynamic allocations (implement them via platform-specific `support.c`)
## Building