[plt-scheme] define/public doesn't like my macro

From: Paulo J. Matos (pocmatos at gmail.com)
Date: Thu Jun 8 09:42:02 EDT 2006

On 08/06/06, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> But I think it's important to distinguish methods from procedures.

But it doesn't seem consistent.
Since you can do (foo ...) but not (for-each foo ...) so one might say
procedures and methods are only half distinguished. I would prefer to
do an explicit call to the method and probably have for-each/method,
or map/method if I want to have higher order procedures over methods.
Probably overkill but it would be more consistent, imho.

-- 
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group


Posted on the users mailing list.