Showing revision 3
I'm a professor of computer science at the University of
the Pacific [1]. I become interested in Lua when I was looking into scripting languages as part of my Dissertation research into programming of computationally enhanced physcial objects.
Since then I've used the stand-alone version of Lua for many quick-and-dirty tasks, and found it has some qualities I really like. The most important (to me) are:
- It's small enough that I can remember how to use it after not using it for a few weeks (my biggest complaint with Python).
- It has lexical scoping and closures (at least in Lua 5).
- It can be used to do object-oriented programming.
- It does not have strongly typed variables, which I have found to be more of a constraint than anything else for the kinds of programs I write.
You can out more at my home page [2]. I have a few goodies on a page dedicated to Lua [3] (Out of date now, I will update to Lua 5 soon).
RecentChanges · preferences
edit · history · current revision
Edited June 26, 2003 4:33 pm GMT (diff)