Author Topic: TOH/Arma 3 getting Java/JVM support for scripting  (Read 199 times)

Sweeper

  • Guest
TOH/Arma 3 getting Java/JVM support for scripting
« on: December 27, 2011, 08:26:32 AM »
Holy molly. This rocks:

Quote
Take On Java
Hi fellow scripters,

Initially we had hoped to release the major upgrade to our scripting technology with Patch 1.03, but we were not able to get it fully implemented in time. Therefore we're pushing the ability to use Java to the next patch

Why is this awesome™?
Using a widespread, proven and robust language with loads of documentation and tutorials.
Using IDEs such as NetBeans and Eclipse for development and debugging.
Using Object-Oriented programming architecture and design.
Using generally much higher performance script execution.
Using many standard Java libraries instead of reinventing the wheel.

Note: this will not replace SQF scripting, so the transition should be smooth.


http://forums.bistudio.com/showthread.php?p=2073088
« Last Edit: December 27, 2011, 08:58:52 AM by Sweeper »

widow.nl

  • Guest
Re: TOH/Arma 3 getting Java/JVM support for scriping
« Reply #1 on: December 27, 2011, 08:35:00 AM »
I'm not a   

Sweeper

  • Guest
Re: TOH/Arma 3 getting Java/JVM support for scriping
« Reply #2 on: December 27, 2011, 08:47:48 AM »
Not what, Widow?

widow.nl

  • Guest
Re: TOH/Arma 3 getting Java/JVM support for scripting
« Reply #3 on: December 27, 2011, 09:11:08 AM »
lol my keybord died on me, I was struggeling with it and aparently during that fight it decided to post the comment already ;)
Just ordered a new keybord, now I'm typing without a smooth working space key and a broken piece underneeth it, it types weird, I should learn not to put out my frustrations on my keyboard I guess :)

Beter here is what I wanted to say:

I'm not a programmer but this sounds promising indeed, Java is a wide spread used language and this will probably attract more people to it, which is a good thing I guess...

Sweeper

  • Guest
Re: TOH/Arma 3 getting Java/JVM support for scripting
« Reply #4 on: December 27, 2011, 09:20:50 AM »
Could not agree more. If they nail this it will open up the world of scripting for many more people, and probably make it more feasible to make bigger, better and more performant code. :)

WhereIsBeef?

  • Guest
Re: TOH/Arma 3 getting Java/JVM support for scripting
« Reply #5 on: December 28, 2011, 04:06:02 PM »
I took a java course in high school, too bad I don't remember a thing.

Sweeper

  • Guest
Re: TOH/Arma 3 getting Java/JVM support for scripting
« Reply #6 on: December 29, 2011, 03:18:40 PM »
Hopefull it will just be a standard jvm, locked down for reading network, files etc, so people can use whatever language they fancy (e.g. groovy, scala, jruby or even clojure..).