Lua: version history

Lua 5.5 chính thức phát hành, bổ sung khai báo biến toàn cục và cải tiến thu gom rác. Bước nhảy vọt cho ngôn ngữ lập trình nhẹ. #LậpTrình #Lua #Lua5.5 #CảiTiếnHàngLoạt #Programming #Lua55update

https://www.reddit.com/r/programming/comments/1pt5gc0/lua_55_released_with_declarations_for_global/

"The implementation of Lua 5.0" by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes https://www.lua.org/doc/jucs05.pdf
… is a wonderful white paper about the interpreter design decisions of #Lua. Comprehensible for anyone understanding the difference of stack/register-based VMs and how function calls can be implemented with a stack.
#whitepaper #software #architecture #interpretedLanguage #Lua5