From d389c68abaeeb9cf14f99849a4e428f714c583bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfonso=C2=B2=20Peterssen?= Date: Tue, 17 May 2022 16:49:06 +0200 Subject: [PATCH] Add reference to the #espresso Slack channel. --- espresso-jshell/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/espresso-jshell/README.md b/espresso-jshell/README.md index 5fec5a48c..3d0e2e956 100644 --- a/espresso-jshell/README.md +++ b/espresso-jshell/README.md @@ -3,7 +3,9 @@ This demo showcases the integration between [GraalVM Native Image](https://www.graalvm.org/reference-manual/native-image/) and [Java-on-Truffle (Espresso)](https://www.graalvm.org/reference-manual/java-on-truffle/). It builds a native image of `jshell`, that executes the dynamically generated bytecodes on Espresso. This hybrid mode achieves instant startup, beating the vanilla `jshell` in both: time to the first interaction and time to evaluate a simple expression. -JShell is a Java read-eval-print loop tool first introduced in Java 9, this demo also allows to run `jshell` on Java 8. +JShell is a Java read-eval-print loop tool first introduced in Java 9, this demo also allows to run `jshell` on Java 8. +For further discussions and questions please join our `#espresso` channel on the [GraalVM Slack Community](https://graalvm.slack.com/). + ## Prerequisites