pkulchenko / ZeroBraneEduPack

A collection of simple lessons, scripts, and demos in Lua, suitable for learning programming concepts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request for more Education Lessons Pack

Cooolaid opened this issue · comments

Is it possible you can create more LUA lessons ?
more for the very very beginners type.
Specially for Syntaxing., Tables and Functions.

the ones in Zerobrane, im told are for Lua 5.0 and 5.1 but not for newer changes of lua 5.3
Unless Im misinformed.
The Education Pack date says its 3 years old. hence the reason why I am asking.
Thanks

Thanks @dvdvideo1234!

@Cooolaid, all the examples should run under Lua 5.1, Lua 5.2 and Lua 5.3, although they don't cover Lua 5.3-specific features, like bit operations.

I've also added quick-start.lua (which covers tables, functions, and general syntax) and updated it for Lua 5.3 changes.