On 3/15/06, Topher Cyll <[EMAIL PROTECTED]> wrote: > Hi, > > Is there any way to specify generic methods on values instead of class > in Chicken's tinyclos, like CLOS's (eql value) or Swindle's (singleton > value) or (name = value) forms? >
TinyCLOS doesn't have anything like this built-in, I'm afraid. But I think it might be possible with MOP hacking, since classes can be generated easily. Any TinyCLOS hackers around? cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
