Anyone used the LOOP library for Corona?

I am exploring different approaches to cleaner OOP-like programming in Lua, and I came across LOOP (http://loop.luaforge.net/) which looks pretty good. I am wondering if anyone has used this libary for a Corona project? If so, was it a good fit?

Thanks,
Adrian [import]uid: 3671 topic_id: 11601 reply_id: 311601[/import]

I haven’t tried LOOP, but I’ve been using middleclass and haven’t had to try out a different OOP lib since.

https://github.com/kikito/middleclass

-Don [import]uid: 27183 topic_id: 11601 reply_id: 42141[/import]