Re: Lua wrappers
- Posted by John E <jwfe at talk21.com> Dec 15, 2005
- 599 views
I think I must be missing the point somewhere. PERL? well, just say no to complicated lanuages ;) Python? excellent language IMHO, and if there is something you need, it's in the library somewhere. Of course, it might be simpler and faster to code your own in Eu than search and learn the use of that existing wheel (which will require a special axle, probably, and be too big, etc). But Python has an interpreter, you can just invoke it, surely? It's a bit big to distribute with an Eu program, so the User would be expected to already have it. And therefore would be able to use it seperately. PERL I have nothing to do with, and do not wish to know. But LUA is a little engine, specifically intended to be embedded in some other program, such as a EU one. So I would reckon that LUA has a greater claim to any effort.