From: Tim Vaughan Date: Wed, 1 Aug 2018 14:55:21 +0000 (+0200) Subject: Updated readme. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scheme.forth.jl.git;a=commitdiff_plain;h=7a4b0bece0b14f2dfec12562edd858d63a4ce0e9 Updated readme. --- 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