[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Abstract classes and interfaces in Lua
- From: luciano de souza <luchyanus@...>
- Date: Fri, 14 Apr 2017 12:22:30 -0300
Hello all,
Dispite of the fact Lua is not a object oriented language, by means of
modules like Penlight, we have support.
However, some design patterns like Strategy, Abstract Factory or
Visitor demands, as far as I able to know, abstract classes or
interfaces.
So my question is: is there Lua implementations for abstract classes
or interfaces?
More broadly, I ask: does someone know examples of design pattern
implementation in Lua?
Best regards,
--
Luciano de Souza