From 7a4b0bece0b14f2dfec12562edd858d63a4ce0e9 Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Wed, 1 Aug 2018 16:55:21 +0200 Subject: [PATCH] Updated readme. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d175de5..7f18e76 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ Scheme](https://github.com/petermichaux/bootstrap-scheme) (as described in [this wonderful series of blog posts](http://peter.michaux.ca/articles/scheme-from-scratch-introduction)) from C to forth, but also includes pre-evaluation syntactic analysis, variadic -compound function support, mark-sweep garbage collection, quasiquotation, and a -basic (non-hygienic) macro system. +compound function support, mark-sweep garbage collection, quasiquotation, a +basic (non-hygienic) macro system and first-class continuations via +`call-with-current-continuation`. In future, I plan to also implement reified continuations and a more complete numerical tower to bring it closer to -- 2.20.1