Eduardo Cavazos wrote:

This is similar to what I mentioned in a previous email today about getting procedure information (like arity) from the symbol that it's bound to.

But from the above, it sounds like the only way to do this is to have a new:

    (define-procedure abc ---)

form...

Hmmm...

This:

    (define (abc ...) ...)

*is* essentially a:

    (define-procedure abc ...)

I.e. 'define' knows about procedures. So maybe it could work after all.

Ed

Reply via email to