Skip to content

Instantly share code, notes, and snippets.

@cb372
Created October 3, 2014 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cb372/8afd80a63f224595c943 to your computer and use it in GitHub Desktop.
Save cb372/8afd80a63f224595c943 to your computer and use it in GitHub Desktop.
Java 8 comes with a JavaScript REPL
$ $JAVA_HOME/bin/jjs
jjs> print([] + {});
[object Object]
jjs> print("WAT");
WAT
jjs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment