X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;ds=sidebyside;f=README.md;h=d175de52122aafd3db1349e941a1444be5937a0d;hb=7a7d76ef5449bff091c710531869b7b9eceecadc;hp=b73a96fb1edbaee921f073baac09791931800ce9;hpb=9f9a9e8584f448eaace99625204b23d7cfed0f2e;p=scheme.forth.jl.git diff --git a/README.md b/README.md index b73a96f..d175de5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 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. -In future, I plan to also implement call-with-current-continuation and a more +In future, I plan to also implement reified continuations and a more complete numerical tower to bring it closer to [R5RS](http://www.schemers.org/Documents/Standards/R5RS/).