Posts by A L • 65 points
3 posts
- 
		0 votes1 answer95 viewsQ: Names and data types LuaAbout names and data types in the Lua language. What is the maximum size of a name? Is the definition of Enumeration, Subrange, Registration and Union types allowed? I did not find this information… 
- 
		4 votes1 answer225 viewsQ: Strength of typing in Lua languageLua has dynamic typing, but after all, is it strongly typed or weakly typed? Every source I consult has a different information, which left me in doubt. 
- 
		0 votes1 answer116 viewsQ: Lua has static and dynamic variables in the heap?Does the storage binding (related to the variable’s lifetime) allow static variables? Allows dynamic variables of heap?