scheme.forth.jl
===============
-A hobby Scheme interpreter 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. It began
-life as a fairly direct port of Peter Micheaux's [Bootstrap
-Scheme](https://github.com/petermichaux/bootstrap-scheme) (as described in
-[this wonderful series of blog
-posts](http://peter.michaux.ca/articles/scheme-from-scratch-introduction)) from
-C to forth, but also includes:
+A hobby Scheme interpreter for FORTH 83. Specifically it is targeted
+at forth.jl (gopher://thelambdalab.xyz/1/projects/forth.jl/) which is
+an implementation of FORTH on top of Julia (http://www.julialang.org),
+hence the name. It began life as a fairly direct port of Peter
+Micheaux's Bootstrap Scheme
+(https://github.com/petermichaux/bootstrap-scheme) described in a
+wonderful series of blog posts at
+http://peter.michaux.ca/articles/scheme-from-scratch-introduction,
+but now includes:
* variadic compound function support,
* pre-evaluation syntactic analysis,
-----------------------
To run this Scheme interpreter, first open Julia (forth.jl requires
-**version >=1.0**) from the src directory contained in this
+**version >=1.8**) from the src directory contained in this
repository. If you've not done so already, install forth.jl using the
Julia package manager (accessed using the `]` key):
- (v1.0) pkg> add https://github.com/tgvaughan/forth.jl
+ (v1.8) pkg> add git://thelambdalab.xyz/forth.jl.git
Then, import and run the Forth system: