From 8ae51906c3b008899d583722ca5978d7cc1b8303 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Sun, 3 Jun 2018 23:27:47 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d59d0a2a..7e5ef678c 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ cd minimal_overlay ### GraalVM -The current development version of MLL partially supports [GraalVM](http://graalvm.org). Note that GraalVM itself is _release candidate_, which means it's not that stable. Moreover, GraalVM has runtime dependencies on ``GCC`` and ``Bash`` and therefore some GraalVM feature are not supported in MLL, e.g. ``gu`` and almost all GVM language wrapper scripts, including the ``R`` wrappers. Nevertheless, the core GVM features work fine. Take a look: +The current development version of MLL partially supports [GraalVM](http://graalvm.org) (provided as overlay bundle). Note that the version of GraalVM in MLL is _release candidate_ which means it may not be very stable. Moreover, GraalVM has runtime dependencies on ``GCC`` and ``Bash`` and therefore some GraalVM feature are not supported in MLL, e.g. the ``gu`` updater and almost all GVM language wrapper scripts, including the ``R`` wrappers. Nevertheless, the core GVM features work fine. Java, Python, Ruby, Node and JS work in MLL/GraalVM environment. Take a look. ![GraalVM languages](docs/www/assets/img/graal/graal_1.jpg)