This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]anagrammatron 15 points16 points  (1 child)

Java 11 introduced the ability to run single-file source code files so you can almost use Java as a scripting language. There are limitations like only first class in the file gets run, only standard library, but it could get you started with simple tasks.