X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=README.md;h=47d94e5489afc586647d2684dac98203d8adb19b;hb=46a8d1c9a93efc50d4da538cba460faa1b29d602;hp=c62fbafbad196044f855ffb35b3bcf5909506ebe;hpb=f636021f07e61701c3df7a6ba1b7dac3160c2110;p=scheme.forth.jl.git diff --git a/README.md b/README.md index c62fbaf..47d94e5 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,10 @@ scheme.forth.jl A hobby scheme implementation for FORTH 83. Specifically it is targeted at [forth.jl](http://github.com/tgvaughan/forth.jl) which is an implementation -of FORTH on top of [Julia](http://www.julialang.org), hence the name. However -it does not rely on anything but standard FORTH 83 words. +of FORTH on top of [Julia](http://www.julialang.org), hence the name. + +The eventual goal of this project is to have scheme.forth.jl capable of being +used to complete all of the exercises in the book +[Structure and Interpretation of Computer Programs](http://sarabander.github.io/sicp/). +(Fun fact: chapter 4 implements a metacircular evaluator, at which point we will have +scheme in scheme in forth in julia!)