Updated readme.
[scheme.forth.jl.git] / README.md
1 scheme.forth.jl
2 ---------------
3
4 A hobby Scheme interpreter for FORTH 83. Specifically it is targeted at
5 [forth.jl](http://github.com/tgvaughan/forth.jl) which is an implementation of
6 FORTH on top of [Julia](http://www.julialang.org), hence the name.  It began
7 life as a fairly direct port of Peter Micheaux's [Bootstrap
8 Scheme](https://github.com/petermichaux/bootstrap-scheme) (as described in
9 [this wonderful series of blog
10 posts](http://peter.michaux.ca/articles/scheme-from-scratch-introduction)) from
11 C to forth, but also includes a basic mark-sweep garbage collector, quasiquotation,
12 and a very basic (non-hygenic) macro system.
13
14 In future, I plan to also implement a more complete numerical tower to bring it closer to
15 [R5RS](http://www.schemers.org/Documents/Standards/R5RS/).
16
17 The goal is for the interpreter to be complete enough to be used to complete
18 the majority of the exercises found in [SICP](http://sarabander.github.io/sicp/).
19
20 This software is free (as in freedom) and is distributed under the terms
21 of version 3 of the GNU General Public License.  A copy of this license
22 is included in this repository in the file COPYING.