This is an automated archive made by the Lemmit Bot.

The original was posted on /r/java by /u/pepongoncioso on 2024-09-28 00:35:21+00:00.


Is there a maintained language that runs interpreted on the JVM? I’m looking for something that I could call directly from Java code. Oversimplifying it it would look something like:

Language.execute("var x = 1;print(x);")