You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiles and runs code, be it Java statements or Java classes.
!!eval-javac: (code)
We need this because Groovy isn't of Java syntax, plus it doesn't support JDK8. Using Java code execution will allow running code of the same Java compliance level as the runtime, using JavaCompiler.
Plus, this will be a great opportunity for me to take a break from Vincentyification/JChatExchange, so I'm going to self-assign this and work on it.
Execute Java code command: !!eval-javac:
Learn a command from the user: !!learn
Execute code from online
The text was updated successfully, but these errors were encountered:
Good idea, I like that a lot. Following that we should also establish running code from gists, pastebin and pastie. For now I'll do it in the following order:
Execute Java code command: !!eval-javac:
Learn a command from the user: !!learn
Execute code from online
Which I also added as a checklist to the main post.
Compiles and runs code, be it Java statements or Java classes.
We need this because Groovy isn't of Java syntax, plus it doesn't support JDK8. Using Java code execution will allow running code of the same Java compliance level as the runtime, using
JavaCompiler
.Plus, this will be a great opportunity for me to take a break from Vincentyification/JChatExchange, so I'm going to self-assign this and work on it.
!!eval-javac:
!!learn
The text was updated successfully, but these errors were encountered: