From c61faaf96f24b2e979c179e6fb33c04364489db2 Mon Sep 17 00:00:00 2001 From: plugd Date: Fri, 7 Oct 2022 11:14:22 +0200 Subject: [PATCH] Updated links in readme. --- README | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) 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: -- 2.20.1