The Lambda Lab
/
projects
/
scheme.forth.jl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
899e3f7
)
Clarified readme.
author
Tim Vaughan
<tgvaughan@gmail.com>
Mon, 9 Oct 2017 21:56:41 +0000
(23:56 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Mon, 9 Oct 2017 21:56:41 +0000
(23:56 +0200)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
b73a96f
..
d175de5
100644
(file)
--- 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/).