Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question Program scripts in scala?

Joined
Feb 25, 2017
Messages
10
Scala is a language that runs on the jvm and is interoperable with java code. I'm pretty sure I can compile it to java byte code class files. Can I use scala to develop bots for runemate? Has anyone done it?
 
Last edited:
Joined
Feb 25, 2017
Messages
10
Other jvm languages are not supported (yet)
Do they need to be supported by runemate? If scala can call java code, and scala can be compiled to java bytecode, it should be possible to use it without runemate doing anything special right?
 
Client Developer
Joined
Oct 12, 2015
Messages
3,781
Do they need to be supported by runemate? If scala can call java code, and scala can be compiled to java bytecode, it should be possible to use it without runemate doing anything special right?

Support just needs to be added for automated code review and compilation.
 
Joined
Feb 25, 2017
Messages
10
Allright thanks for answering :) I'm looking forward to writing some bots (hopefully in scala sometime in the future)
 
Last edited:
Top