chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Add unexport form for modules


From: Jörg F. Wittenberger
Subject: Re: [Chicken-hackers] [PATCH] Add unexport form for modules
Date: Sat, 10 Jun 2017 15:28:41 +0200

Am Thu, 8 Jun 2017 13:29:48 -0400
schrieb John Cowan <address@hidden>:

> As we discussed on IRC, I see unexport as mitigating the problems with
> (export *), and it's better to drop exporting * instead.
> "Whitelisting is better
> than blacklisting."

Sure whitelisting better.  But rather tedious during (early)
development.

Maybe this could be neat:

(export
 (* (except
      (prefix NOTTHESE-)
      not-this-one nor-that-either)))




reply via email to

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