Created
October 3, 2014 08:49
-
-
Save cb372/8afd80a63f224595c943 to your computer and use it in GitHub Desktop.
Java 8 comes with a JavaScript REPL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ $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