add a note to README about call/cc impl
This commit is contained in:
parent
64ae8bd7b0
commit
1126ec614f
|
@ -11,6 +11,7 @@
|
||||||
- bytecode interpreter (based on Stack VM technology)
|
- bytecode interpreter (based on Stack VM technology)
|
||||||
- direct threaded VM
|
- direct threaded VM
|
||||||
- Internal representation by Nan-Boxing
|
- Internal representation by Nan-Boxing
|
||||||
|
- conservative call/cc implementation (users can freely interleave native stack with VM stack)
|
||||||
- exact GC (simple mark and sweep strategy)
|
- exact GC (simple mark and sweep strategy)
|
||||||
- advanced REPL support (multi-line input, etc)
|
- advanced REPL support (multi-line input, etc)
|
||||||
- tiny & portable library (all functions will be in `libpicrin.so`)
|
- tiny & portable library (all functions will be in `libpicrin.so`)
|
||||||
|
|
Loading…
Reference in New Issue