From: plugd Date: Fri, 7 Oct 2022 09:14:22 +0000 (+0200) Subject: Updated links in readme. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scheme.forth.jl.git;a=commitdiff_plain Updated links in readme. --- diff --git a/README b/README index 7551d57..14a28f6 100644 --- a/README +++ b/README @@ -1,14 +1,15 @@ 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, @@ -21,11 +22,11 @@ Running the interpreter ----------------------- 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: