chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] TinyCLOS primitive classes: Where's <list>?


From: felix winkelmann
Subject: Re: [Chicken-users] TinyCLOS primitive classes: Where's <list>?
Date: Mon, 3 Jan 2005 07:29:38 +0100

On Thu, 30 Dec 2004 22:06:58 +0000, Joel Reymont <address@hidden> wrote:
> I'm probably missing something very obvious but there's no <list> in
> tinyclos.scm. What should I be using when specializing methods?
> 

No, there isn't any <list> class, wouldn't <pair> be sufficient?
(computing the type of something that's a list, is not a constant
time operation, one has to traverse the whole list, possibly checking
for circularities, etc.)

cheers,
felix




reply via email to

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