Updated readme.
[scheme.forth.jl.git] / README.md
1 scheme.forth.jl
2 ---------------
3
4 A hobby scheme implementation for FORTH 83. Specifically it is targeted at 
5 [forth.jl](http://github.com/tgvaughan/forth.jl) which is an implementation
6 of FORTH on top of [Julia](http://www.julialang.org), hence the name.
7
8 The eventual goal of this project is to have scheme.forth.jl capable of being
9 used to complete all of the exercises in the book
10 [Structure and Interpretation of Computer Programs](http://sarabander.github.io/sicp/).
11 (Fun fact: chapter 4 implements a metacircular evaluator, at which point we will have
12 scheme in scheme in forth in julia!)