Hello, and question about other jvm languages

Hello! I’ve had an account on here for some time now mostly just lurking and answering a few questions here and there. I’ve started having a lot of fun with game development again and decided to try to become a little more active.
My question is: how open is this forum to other JVM languages? I currently prefer using Scala to Java and have been working on a functional, side-effect free game library. I was wondering if I could post my library(when it is ready, I still have a ways to go) on these forums?

One thing for sure when you post something non-Java like Scala, it won’t hit all users. Some members have exp with Scala though.

I realized that I wouldn’t hit everyone. Over the years I noticed many people say they liked using other JVM languages but never saw anything targeted toward them. I was just wondering if there were any restrictions on posts, being a Java gaming site, or if the site was a little liberal and would allow all JVM based posts for the few?

I’m pretty sure theres nothing against asking quesions JVM languages. We do have guys having experience in writing with those languages, like ReBirth already said.

It’s all okey, unless you start posting games made with C++ (or C# hehe…) here. Scala games / projects were already posted here, so I think there is no problem with that…

But I’m actually not the person to ask :confused: Riven might help you out there.

Posting a game written in any JVM based language is OK, as your goal is that others will play your game, which everybody here with a JVM installed will be able to.

Posting a library written in any JVM based language is OK. However, given that your goal of releasing a library is for others to use it, there is little to no point in actually doing that. People releasing Java libraries have enough trouble as is for their libraries to gain any momentum.

It’s like releasing a short Dutch story on an English forum. Some members here are Dutch, they’ll understand - others might shrug and go back to the previous webpage. Regardless how awesome your library is, there is literally a language barrier.

  [i]werp twee geleende eieren in het beslag[/i]

Please elaborate on this snippet from the Dutch cookbook, in Dutch.

Throw to eggs into the dough… ::slight_smile:

whoosh :point:

Did you hear that?

It might be Dutch, but I’m having trouble not hearing it in the voice of the Swedish Chef.

Børk! Børk! Børk!

Oh, and I’m more than happy to see more Scala represented here, including libraries, but if you’re making one for game devs to use, you’re going to want to give it a straight Java API too.

Woaah you’re starting to discriminate me, European! ;D google translate

The point I was trying to make is that you are as open to Scala on this forums as I am open to Dutch posts. It’s just that it has little to no value to everybody else.

Oh well, I’d be intrested in scala, I’d also support people having issues with it. At least… when I’m able to :wink:

If there’s an interesting Scala library released as a .jar, I’d be more interested in it than 2 borrowed eggs :slight_smile:
That said, my assumption there is that this Scala written library will be perfectly usable from java.

But I’m actually quite interested in Scala, so while it might not reach everyone here I’d say bring it on nonetheless!

Well… It’d surely possible, but that’s probably not the intention of Scala as a language. It’s hard to use Scala, because you’d need to write method names like “Int.$less(otherInt)”…

I think this forum is extremely open to Scala. Scala lives in the same ecosystem of libraries and deals with the same runtime issues as Java. Making a Scala lib usable from Java takes work (look at Akka/Play).

Scala is a much more elegant language than Java (or C# or C++). I generally use it whenever I have the choice. One exception is if I had to do a simple Android project, I’d probably stick with basic Java due to tool/runtime issues.

I really wish Scala code was translated to something a little more readable so calling from Java wouldn’t be such a pain.

I love Scala because I love Java. Ive always liked Java syntax(compared to c based languages) and Scala syntax feels like Java, but shorter.

I would have to agree on the Android thing. Scala creates too many short lived objects for Android to handle.