X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scheme.forth.jl.git;a=blobdiff_plain;f=README.md;h=7551d57cf7083846762c6068c603c56ac582b707;hp=47d94e5489afc586647d2684dac98203d8adb19b;hb=HEAD;hpb=beb94704898841658777c019d221588a0614b371 diff --git a/README.md b/README.md deleted file mode 100644 index 47d94e5..0000000 --- a/README.md +++ /dev/null @@ -1,12 +0,0 @@ -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. - -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!)