Skip to content

Commit

Permalink
Add reference to the #espresso Slack channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
mukel committed May 17, 2022
1 parent 8dfaa28 commit d389c68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion espresso-jshell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d389c68

Please sign in to comment.