hi, I’m looking for some direction to learn about hosting other languages from Java. So far I’ve found things like JSR 223 and the Bean Scripting Framework but I don’t have any idea what is a good idea, active, and so forth.
The application is a mud where the game systems are run as services that connect (via a socket) to a core server. I’m using this approach so developers can write the game systems in any language.
However a developer (or me) still has to write client/server code to connect to my core server. Ideally I would like my mud to take care of this step, so I was thinking of writing a small networking module that could load code from any language, or at least a number of popular languages.