X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=README.md;h=47d94e5489afc586647d2684dac98203d8adb19b;hb=c48d0766c23a3f5218e6fedf99250c727bf75dbc;hp=6a74052eadb706e0ab1241b5538ed978a7f303f2;hpb=0ee4f0c047934f6be3877babb5cf99c8cce71e8d;p=scheme.forth.jl.git diff --git a/README.md b/README.md index 6a74052..47d94e5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ scheme.forth.jl --------------- -A hobby scheme implementation for FORTH 83. Specifically it is targeted at my -own [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. +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. + +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!)