This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: manual terminology: `procedure', `function' etc.


Tim> For that matter, what is the point of distinguishing between
Tim> procedures and macros?  People seem more comfortable with that
Tim> distinction, but it's not clear to me whether there's any
Tim> practical value behind it.

Macros can evaluate their arguments in a different order.  This is
visible to the programmer, so it is worth documenting.

Tom