lua-users home
lua-l archive

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



Michael T. Richter wrote:
e.g. I'm writing the code for a button and I want to clone it to multiple
buttons
in my graphical enviroment.
The easiest way is to use the power of OOP.

I'd pit the power of functional programming against the power of OOP in
these affairs any day.  :-)

I'd like to see code for UI widgets that wasn't emulating OOP in an ugly way.

Steve