add a note to README about call/cc impl

This commit is contained in:
Yuichi Nishiwaki 2013-11-09 14:16:35 +09:00
parent 64ae8bd7b0
commit 1126ec614f
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
- bytecode interpreter (based on Stack VM technology)
- direct threaded VM
- 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)
- advanced REPL support (multi-line input, etc)
- tiny & portable library (all functions will be in `libpicrin.so`)