New FAMILUG

The PyMiers

Sunday 19 April 2015

[Ebook] Sách học Lua

Lua là tên một ngôn ngữ lập trình.
Lua is a powerful, fast, lightweight, embeddable scripting language.
Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
Cuốn sách Programming in Lua được liệt kê ngay trong phần document tại trang chủ của Lua và là một cuốn sách hay, kể cả cho những người không học Lua và nó free online:
http://www.lua.org/pil/contents.html#P1

Ví dụ về sự hay:
giải thích về tail call và tail recursion http://www.lua.org/pil/6.3.html

No comments:

Post a Comment