Lux-AI-Challenge / Lux-Design-S1

Home to the design and engine of the @Lux-AI-Challenge Season 1, hosted on @kaggle
https://lux-ai.org/
Apache License 2.0
897 stars 152 forks source link

Adding Kotlin/Scala support #128

Closed Tolsi closed 2 years ago

Tolsi commented 2 years ago

I am thinking of adding support for these languages. It is logical to copy the java kit and change it a little, but I did not find its build script BTW all of the JVM languages use .class files in (optional) JAR packages, so maybe make some universal JVM kit? Can I have some support?

StoneT2000 commented 2 years ago

Hi, happy to help support something. Feel free to work off the Java kit and add scripts you think are helpful for compiling the Java into bytecode

There is no build script at the moment, we just let competitors build it however they want.

The only thing is that whatever is built should be runnable but running java Bot (or i'm not sure what the scale kotlin equivalent is)