lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Feb 28, 2014 at 6:38 AM, Journeyer J. Joh
<oosaprogrammer@gmail.com> wrote:
> Lua is imperative, procedural and dynamic.


.... and how would you define "procedural" ?

i've only seen it used as 'non object oriented'; but IMHO, that
doesn't mean a thing.  especially given that Lua includes all the
syntax sugar to handle objects and methods.  how would those objects
work is up to you, and it's totally optional, but so are objects and
classes in Python....

-- 
Javier