Re: alternative to lua
"Andrew Thompson" <andrewthommo@gmail.com> wrote in message
news:1175175652.806801.23390@n76g2000hsh.googlegroups.com...
On Mar 29, 11:33 pm, ridpi...@hotmail.com wrote:
..
I'm looking for an alternative to lua.
Never heard of it. Do you mean this?
<http://www.keplerproject.org/luajava/>
Lua is a scripting language like Python. I'd never heard of LuaJava
before, but I suspect it's an implementation of Lua in Java, much like
Jython is a Python implementation in Java.
I first though LuaJava would do the trick, but since LuaJava needs the
native calls to the lua c library, I can't use it for my Java clients.
[...]
I can distribute the c native lua to my c++ clients, but my Java
clients need to run "pure java".
How about Jython?
http://www.jython.org/Project/index.html
<quote>
Jython is an implementation of the high-level, dynamic, object-oriented
language Python written in 100% Pure Java, and seamlessly integrated with
the Java platform. It thus allows you to run Python on any Java platform.
</quote>
There's also JRuby, and probably a couple of .NET -> JVM bridges.
- Oliver