Content deleted Content added
Shadowcode (talk | contribs) →General comparison: Added procedural programming link to LUA entry. See LUA whitepaper/site. |
|||
Line 321:
! [[Lua (programming language)|Lua]]
| Embedded scripting, Application
| [[imperative programming|imperative]], [[object-oriented programming|object-oriented]]<!-- Lua doesn't have explicit "object" type (more general type of "table" is used for object definition), but have explicit syntax for object method calling -->, [[functional programming|functional]], [[procedural programming|procedural]], [[aspect-oriented programming|aspect-oriented]], [[reflective programming|reflective]]
| {{no}}<ref>Version releases are accompanied with a definitive Lua Reference Manual showing full syntax and semantics; a reference implementation, and a test suite. These are used to generate other Lua [[virtual machine|VM]] implementations and compilers such as [[Kahlua (software)|Kahlua]] and [[LLVM-Lua]].</ref>
|-
|