Re: [Chicken-users] hygienic chicken (getting better, but still problems)

2008-07-22 Thread Peter Bex
On Tue, Jul 22, 2008 at 10:00:09PM +0200, felix winkelmann wrote: > I'm waiting for the next bug. But basically, this thing is getting > better and better. I really recommend everybody to give it a try. Seconded. I'm using it full-time now and it's great. > Programming with modules catches many

Re: [Chicken-users] hygienic chicken (getting better, but still problems)

2008-07-22 Thread felix winkelmann
On Fri, Jul 18, 2008 at 9:23 AM, felix winkelmann <[EMAIL PROTECTED]> wrote: > On Wed, Jul 16, 2008 at 11:38 PM, Jim Ursetto <[EMAIL PROTECTED]> wrote: >> On Mon, Jun 9, 2008 at 4:39 AM, felix winkelmann <[EMAIL PROTECTED]> wrote: >>> I have tried to improve the usability of the module system and e

Re: [Chicken-users] hygienic chicken (getting better, but still problems)

2008-07-18 Thread felix winkelmann
On Wed, Jul 16, 2008 at 11:38 PM, Jim Ursetto <[EMAIL PROTECTED]> wrote: > On Mon, Jun 9, 2008 at 4:39 AM, felix winkelmann <[EMAIL PROTECTED]> wrote: >> I have tried to improve the usability of the module system and exported >> macro definitions now fully close over their lexical environment. > >

Re: [Chicken-users] hygienic chicken (getting better, but still problems)

2008-07-16 Thread Jim Ursetto
On Mon, Jun 9, 2008 at 4:39 AM, felix winkelmann <[EMAIL PROTECTED]> wrote: > I have tried to improve the usability of the module system and exported > macro definitions now fully close over their lexical environment. Does this work for imported bindings as well? For example, I imported begin0 fr

[Chicken-users] hygienic chicken (getting better, but still problems)

2008-06-09 Thread felix winkelmann
Hi! I have tried to improve the usability of the module system and exported macro definitions now fully close over their lexical environment. Now modules and indirect exports work, but, alas, unfortunately, hygienic macros break now inside modules, due to some unidentified problem. I'm working on