Resources.
Exercises, examples and other material relating to training module U118. This topic is presented on public courses
Learning to program in Lua,
Lua Programming
Lua Programming - Learning to program in Lua and make good use of the language
Our public "Lua Programming" course takes you from the
basics of the language
... http://www.wellho.net/course/ubfull.html [course] |
Learning to program in Lua - Learning to program in Lua and make good use of the language
"Learning to program in Lua" takes you from the basics of
computer ... http://www.wellho.net/course/ulfull.html [course] |
In answer to the question "how would you generate graphics from Lua?" ... I would (personally) look at a binding to the gd library - http://luaforge.net/projects/lua-gd/ ... http://www.wellho.net/mouth/2319_Gra ... brary.html [short article] |
If you want to look something up in a book, you'll probably use the index. And so it is in Lua that if you want to look something up in a table (the ... http://www.wellho.net/mouth/1695_Lua ... index.html [short article] |
Here are a handful of "one line" answers from the end of the Lua Course I was running at the end of last week
• Command line parameters in Lua are ... http://www.wellho.net/mouth/1847_Lua ... ions-.html [short article] |
I'm always keeping my ears and eyes open for up and coming languages, and earlier this week the subject of lua came up. Lua is a procedural programming ... http://www.wellho.net/mouth/1111_Tra ... n-Lua.html [short article] |
--[[ Command line parameters are passed in to
your lua program as a table of strings called arg ]]
for posn,val in ipairs (arg) do
print (posn, ... http://www.wellho.net/resources/ex.php4?item=u118/envelope [code sample] |
This topic is presented on public courses
Learning to program in Lua,
Lua Programming
Examples from our training material
| envelope | Command Line parameters in Lua |
| lugra | Using the gd module and library |
Background information
Some modules are
available for download as a sample of our material or under an
Open Training Notes License for free download from
http://www.training-notes.co.uk.
Topics covered in this module
Books, Web Sites.
The Lua Wiki.
Mailing lists and Forums.
Complete learning
If you are looking for a complete course and not just a information on a single subject, visit our
Listing and schedule page.
Well House Consultants specialise in training courses in
Python,
Perl,
PHP, and
MySQL. We run
Private Courses throughout the UK (and beyond for longer courses), and
Public Courses at our training centre in Melksham, Wiltshire, England.
It's surprisingly cost effective to come on our public courses -
even if
you live in a different
country or continent to us.
We have a technical library of over 700 books on the subjects on which we teach.
These books are available for reference at our training centre. Also
available is the Opentalk
Forum for discussion of technical questions.