🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

JavaScript

Started by
0 comments, last by Rickmeister 22 years, 3 months ago
Pros and Cons about embedding java-script into your app?? Might I have to consider Python, Java or Lua instead??
Advertisement
Some of the issues were covered a few days ago in this thread: Java as a scripting language: using the JNI.

Embedding java-script:
1. widely known scripting language
2. engine source code availability
3. easily embeddable
4. fairly extensibile
5. fair performance

Pros of embedding java:
1. well known language
2. no engine source
3. not as easily embeddable
4. very extensible
5. high performance

I can''t speak to python and lua although I''ve heard good things about both of them.
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man

This topic is closed to new replies.

Advertisement