Daid
Member
I'm looking for a scripting engine to use in a game I'm working on. Right now my only option is:
LUA http://www.lua.org/
It compiles out of the box, but by default uses doubles. With some fiddling should be able to use longs.
But I don't really like the LUA syntax, I rather have a C syntax. But I cannot find any other scripting engine that's small enough or flexable enough for my needs...
LUA http://www.lua.org/
It compiles out of the box, but by default uses doubles. With some fiddling should be able to use longs.
But I don't really like the LUA syntax, I rather have a C syntax. But I cannot find any other scripting engine that's small enough or flexable enough for my needs...