What do you use as a scripting language for java based apps/games?
Why? Becuase I'm trying to find a good scripting language for java.
[java] What do you use as a scripting language?
Started by LizardGamer, Jun 28 2011 06:14 AM
6 replies to this topic
Sponsor:
#4 Members - Reputation: 102
Posted 30 June 2011 - 05:29 AM
http://www.javaworld.com/javaworld/jw-06-2006/jw-0612-dynamic.html?page=3 I saw scripts made in java itself being compiled and reloaded at runtime before. It might be something to look into if you just want scripts for the sake of prototyping.
#5 Members - Reputation: 98
Posted 30 June 2011 - 05:34 AM
http://www.javaworld...mic.html?page=3 I saw scripts made in java itself being compiled and reloaded at runtime before. It might be something to look into if you just want scripts for the sake of prototyping.
It's not really related to this topic.
#7 Members - Reputation: 151
Posted 01 July 2011 - 04:08 PM
Anyone had experience with JRuby, Jython, Luaj (Or another Lua implentation), Groovy or any other one?
I've only used Groovy, which is why I mentioned it. It has simple and robust embedding support, and is a snap to pick up considering you already know Java.






