|
From: | John Cowan |
Subject: | Re: [Chicken-hackers] [PATCH] Add unexport form for modules |
Date: | Tue, 4 Jul 2017 11:03:24 -0400 |
Working with the export list is painful without some syntax support. You
end up repeating every identifier name otherwise.
How about a pair of syntax called export-all and export-none (or
similar). Every definition lexically after export-all up to a export-none
is exported and vice-versa.
[Prev in Thread] | Current Thread | [Next in Thread] |