X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;ds=sidebyside;f=README.md;h=6f30a15a36900fa0a35869f48cca4edd3b52b332;hb=2de79279a0f7157a41c0f32674ba96f56cb1b02f;hp=54dd58b663a1dc6d30a36575df12bd1ea45b7126;hpb=3f94f6047a8788a3ba10ec6c267eff0e08400d7f;p=forth.jl.git diff --git a/README.md b/README.md index 54dd58b..6f30a15 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ install it, you will therefore need to use the following command: julia> Pkg.clone("https://github.com/tgvaughan/forth.jl") +Currently, forth.jl **requires** Julia 0.6. (Incompatabilities exist between +0.6 and previous versions of julia, particularly the handling of [world age](https://github.com/JuliaLang/julia/pull/17057).) + ## Usage To start the interpreter/compiler running, simply enter the following at