Introduction to Lua
From LCA2012
A introductory class to programming in lua.
Contents |
Location
Studio 3
Time
Friday 11:30 AM
Preparation
- Install Lua 5.1 (or 5.2) (from your package manager)
- Install luajit (install from git)
- git clone http://luajit.org/git/luajit-2.0.git
- cd luajit-2.0
- make amalg
- make install
- Do the `ln -sf` line it suggests
- Install luarocks (should be available in your package manager)
Attending
- daurnimator
- lyte is interested in attending - currently pinging some others to hopefully stir more interest
- maks
- Fraser Tweedale
