[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] lua-Coat 0.5.0 : Yet Another Lua Object-Oriented Model
- From: François Perrad <francois.perrad@...>
- Date: Mon, 24 Aug 2009 19:14:24 +0200
lua-Coat is a Lua 5.1 port of Coat (http://www.sukria.net/perl/coat/),
a Perl 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 & type constraints.
The attribute declaration with many properties is the most
powerful and flexible part of lua-Coat.
This release comes with a new syntax more luaesque.
The homepage is at http://lua-coat.luaforge.net/,
and the sources are hosted at http://github.com/fperrad/lua-Coat/.
Comment, bug report, patch are welcome.
Thanks,
Francois Perrad.