chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Runtime arity?


From: Graham Fawcett
Subject: Re: [Chicken-users] Runtime arity?
Date: Tue, 29 Jan 2008 13:35:55 -0500

On Jan 29, 2008 12:25 PM, Kon Lovett <address@hidden> wrote:
> On Jan 29, 2008, at 9:18 AM, John Cowan wrote:
> > Graham Fawcett scripsit:
> >
> >> It's of less use when the procedure takes variable arguments, though,
> > Sometimes you get a useful result:
> >
> >       (procedure-information list) => (list . lst120)
> > And sometimes you don't:
> >       (procedure-information +) => C_plus
>
> Yeah, it seems we need a database of the built-in's "procedure-
> information". Oh well, one more todo.

Hm, is it just primitive C functions that need better "procedure
information"? It might be easier to fix that, than to build and
maintain a database.

G




reply via email to

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