X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=README;h=ca4de93ffbf270268fb0b05f5d53ad17c18f2b2b;hb=HEAD;hp=3b391bc031b1fc7785a6f742c6ec11eed5c112fa;hpb=154518d74e66d8ed281494a9e364a468ecfe39fb;p=forth.jl.git diff --git a/README b/README index 3b391bc..ca4de93 100644 --- a/README +++ b/README @@ -20,9 +20,6 @@ Since that time I've added a significant number of core definitions and modified some of the others with the eventual aim of F83 compliance (discussed below). -There's quite a lot to say about the implementation, especially due to -its high-level grounding, but that will have to wait for another time. - Installation ------------ @@ -30,9 +27,9 @@ forth.jl is not (and probably will never be) a registered julia package. To install it, you will therefore need to use the following command from the Julia package manager (accessed using the `]` key): - (v1.0) pkg> add git://thelambdalab.xyz/forth.jl.git + (v1.8) pkg> add git://thelambdalab.xyz/forth.jl.git -Be aware that **forth.jl requires Julia 1.0**. +Be aware that **forth.jl requires Julia 1.8 or later**. Usage -----