chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Remove ##sys# prefix from lambda-info name


From: Peter Bex
Subject: Re: [Chicken-hackers] [PATCH] Remove ##sys# prefix from lambda-info names of library procedures
Date: Wed, 23 Jul 2014 10:06:51 +0200
User-agent: Mutt/1.4.2.3i

On Wed, Jul 23, 2014 at 07:56:01PM +1200, Evan Hanson wrote:
> This is a cosmetic change that removes the "##sys#" prefix from the
> lambda-info names of procedures defined in library.scm. Where a
> procedure was defined first with the prefix and later as an alias
> without it, their definitions have been swapped, making sure the
> non-prefixed name is used in its lambda-info structure.

This change doesn't make much sense to me unless we also deprecate
the ##sys#-prefixed versions.  ##sys#error sounds more "internal" or
"primitive" than "error", so (to me) it makes more sense to have
error be an alias of ##sys#error, instead of the other way around.

I'm not sure deprecating the prefixed versions is worth the hassle,
there are quite a few eggs using ##sys#error and ##sys#warn.

Cheers,
Peter
-- 
http://www.more-magic.net



reply via email to

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