From 1126ec614ff8d1a375a52502646216e62be0d39f Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sat, 9 Nov 2013 14:16:35 +0900 Subject: [PATCH] add a note to README about call/cc impl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aaa824f7..722ed715 100644 --- a/README.md +++ b/README.md @@ -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`)