lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

in case you didn't see this, try: http://www.google.com/codesearch

Enter something like 'lua_pushstring' to find tons of projects
embedding Lua. E.g. I didn't know MySQL is using Lua for a GUI
component (of all things).

Or try 'lang:lua local' to find lots of Lua scripts. Interesting ...

Or try to find your own creations -- you'll be surprised. I found
somebody who used DynASM to write a JIT compiler for the UM VM to
solve the ICFP 2006 contest. =;-)

Bye,
     Mike