Elephant is a persistent object protocol and database for Common Lisp. The persistent protocol component of elephant overrides class creation and standard slot accesses using the Meta Object Protocol (MOP) to render slot values persistent. Database functionality includes the ability to persistently
... [More] index and retrieve ordered sets of class instances and ordinary lisp values.
Values are stored persistently on disk by one or more 'data stores', which currently consist of Berkeley DB and SQL servers via CL-SQL. A pure-lisp data store is under development. Elephant inherits the ACID properties of these stores, and by design is transactional, multi-threaded, and in the case of Berkeley DB, process safe. [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]
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 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