lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Jun 19, 2015 at 9:29 PM, Brian Olive
<brian.olive@knights.ucf.edu> wrote:
> I'll be giving a introductory presentation to my fellow CS classmates on Lua for my Programming Languages undergraduate course. I would be more than pleased to receive some feedback on what differentiates Lua from other languages out there.

The info and links on these pages might help.

http://www.lua.org/about.html

http://www.lua.org/docs.html

Listed on the docs page:

2011  http://queue.acm.org/detail.cfm?id=1983083
2007  http://www.lua.org/doc/hopl.pdf
2005  http://www.lua.org/doc/jucs05.pdf
1996  http://www.lua.org/spe.html

Also, there is a chapter on Lua in this book.

http://www.amazon.com/Masterminds-Programming-Conversations-Creators-Languages/dp/0596515170/

Good luck!

-Parke