guile-devel
[Top][All Lists]
Advanced

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

Re: rtl metadata musings


From: Mark H Weaver
Subject: Re: rtl metadata musings
Date: Sat, 11 May 2013 00:48:38 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Hi Andy,

This all sounds great! :)

I have only one comment for now, which regards arity information.  The
required/optional/rest representation is not sufficiently general.  Not
only is it unable to handle empty case-lambdas, but it's also unable to
properly represent a case-lambda that can accept 1 or 3 arguments, but
not 2.

One possibility would for each procedure to have a (possibly empty) list
of supported arities, where each arity corresponds to a case-lambda
clause.

What do you think?

      Mark



reply via email to

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