lua-Coat is a Lua 5.1 port of Coat (http://www.sukria.net/perl/coat/), a Perl5 module which mimics Moose (http://www.iinteractive.com/moose/), an object system for Perl5 which borrows features from Perl6, CLOS (LISP), Smalltalk and many other languages.
The main features are Classes, Roles and
... [More] type constraints. The attribute declaration with many properties is the most powerful and flexible part of lua-Coat. [Less]
This module was inspired by the excellent Moose meta class which provides enhanced object creation for Perl5.
Moose is great, but has huge dependencies which makes it difficult to use in restricted environments.
This module implements the basic goodness of Moose, namely accessors automagic
... [More], hook modifiers and inheritance facilities.
It is not Moose but the small bunch of features provided are Moose-compatible. That means you can start with Coat and, if later you get to the point where you can or want to upgrade to Moose, your code won't have to change : every features provided by Coat exist in the Moose's API.
You can consider Coat as an attempt to provide a self-dependent, Mini-Moose module. [Less]
Image viewer for the Mac that I made in college in a successful attempt to win a free ipod in one of Apple's periodic programming competitions. VitaminSEE focuses on speed and an uncluttered UI.
I maintained it for multiple years after college, but no longer update it. It still is apparently
... [More] popular though and counts for the majority of the traffic on my personal website. [Less]
A web microframework prototype for Jim Tcl. Provides a rough implementation of the HTTP protocol as well as routing, templates, an HTML DSL and persistent storage powered by SQLite3.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy