Difference between revisions of "Paper/A Look at the Design of Lua"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
|width=900 | |width=900 | ||
|height=800 | |height=800 | ||
}} | |||
{{Blockquote | |||
|text=Lua offers exactly one general | |||
mechanism for each major aspect of | |||
programming: tables for data; func- | |||
tions for abstraction; and coroutines | |||
for control. | |||
|sign=[[Roberto Ierusalimschy et al.]]<ref>{{:Paper/A Look at the Design of Lua}}</ref> | |||
}} | }} | ||
Revision as of 02:34, 17 June 2022
Ierusalimschy, Roberto; De Figueiredo, Luiz Henrique; Celes, Waldemar (November 2018). A Look at the Design of Lua (PDF). 61. local page: COMMUNICATIONS OF THE ACM.
Lua offers exactly one general
mechanism for each major aspect of programming: tables for data; func- tions for abstraction; and coroutines
for control.
References
- ↑ Ierusalimschy, Roberto; De Figueiredo, Luiz Henrique; Celes, Waldemar (November 2018). A Look at the Design of Lua (PDF). 61. local page: COMMUNICATIONS OF THE ACM.
Related Pages
Author:Roberto Ierusalimschy