Fast start
- Download 'LUA For Windows' - A batteries included Lua installation on Windows.
- Write code in an online interpreter
Know your LUA
Reference cards
- Lua 5.1 Reference Manual
- http://www.tdistler.com/media/docs/luarefv51.pdf
- http://lua-users.org/wiki/
- http://www.lua.org/manual/5.1/
A bit more advanced stuff
- Dynamic invocation
- http://stackoverflow.com/questions/1791234/lua-call-function-from-a-string-with-function-name
- http://en.wikipedia.org/wiki/Eval#Lua
- BitwiseOperators
- http://lua-users.org/wiki/BitwiseOperators
- Recommended - http://bitop.luajit.org/
- Notes - Problems with unsigned numbers detected!
Integrating LUA with Eclipse
Hope this helps.
No comments:
Post a Comment