chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] lightweight inheritance


From: John Cowan
Subject: Re: [Chicken-users] lightweight inheritance
Date: Sun, 28 Aug 2011 00:26:25 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

Felix scripsit:

> Protobj is very simple, concise, lightweight, super-flexible and
> surprisingly fast:
>
>   http://wiki.call-cc.org/egg/protobj

Its only disadvantage is that it's under the GPL.

Plug: I wrote an even smaller and simpler prototype-based object library
for Chibi, JSO, which can be found at http://tinyurl.com/3dahccw .  It
doesn't have the syntax forms or support for methods, but they'd be easy
to add.  One nice feature of JSOs is that they are simple association
lists, and can be searched and the values mutated using assq directly.
It's BSD-licensed.

-- 
"Repeat this until 'update-mounts -v' shows no updates.         John Cowan
You may well have to log in to particular machines, hunt down   address@hidden
people who still have processes running, and kill them."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]