[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Google Codesearch and Lua
- From: Mike Pall <mikelu-0610@...>
- Date: Thu, 5 Oct 2006 14:14:21 +0200
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