I am writing a graphics application in Java. Eventually I would like to build in a scripting language so things are programmable. Which language library do you recommend?
Likely suspects are:
Less likely candidates are:
The target audience are probably not hardcore programmers, so less arcane language is preferred. My guess is that JavaScript is more acceptable by them even with its quirks just because they've seen it more.
Lua seems to be popular in C/C++, but at least LuaJava requires additional .dll/.so, which makes deployment complicated.
EDIT: PhiLho wrote that there's a Java implementation of Lua called kahlua.
Related questions: