It looks like BREW 4.0 will have Lua included. But is it possible to use Lua on older BREW 3.0 (or even BREW 2.0)?
+3
A:
It is possible, but you will have to link lua interpreter source code to your application source code and wrap BREW API functions in order to use them from lua scripts.
Check out LuaBREW project as an example of approach I briefly explained above.
realsugar
2008-09-16 15:23:52
+1 for putting a link
Andres
2009-12-09 17:33:26
+1
A:
We did this. I ported Lua to BREW turning it into a uiOne actor. Worked well, took about 3 days to get it working properly, mostly on the actor side. As far as I recall there was nothing in there that wouldn't have worked on BREW 2.1.
Airsource Ltd
2008-09-25 12:55:45
+1
A:
We don't wait BREW 4.0. We are writing our LuaBREW implementation right now.
Ringoman
2008-10-02 14:40:32