Difference between revisions of "Paper/A Look at the Design of Lua"

From PKC
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
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; [[function]]s for [[abstraction]]; and [[coroutine]]s for [[control]].
|sign=[[Roberto Ierusalimschy et al.]]<ref>{{:Paper/A Look at the Design of Lua}}</ref>
}}
}}


{{PagePostfix
{{PagePostfix
|categories={{#invoke|Utility|returnListOfCategoryFromString|Programming Language, Lua, Mechanism, Policy}}
|categories={{#invoke:Utility|returnListOfCategoryFromString|Programming Language, Lua, Mechanism, Policy}}
|semantic_labels=Author:[[Authored by::Roberto Ierusalimschy]]
|semantic_labels=Author:[[Authored by::Roberto Ierusalimschy]]
}}
}}
</noinclude>
</noinclude>

Latest revision as of 02:35, 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. 


Currently your browser does not use a PDF plugin. You may however download the PDF file instead.

Lua offers exactly one general mechanism for each major aspect of programming: tables for data; functions for abstraction; and coroutines for control.

References

  1. 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