[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] module and macro documentation
From: |
Jim Ursetto |
Subject: |
Re: [Chicken-users] module and macro documentation |
Date: |
Sun, 25 May 2008 20:24:11 -0600 |
This is really neat and very straightforward.
I have one question so far. The core units (srfi-1.scm) have associated import
libraries (srfi-1.import.scm) but they are not wrapped in module definitions.
So when used, their definitions are automatically visible at toplevel, in
addition to being importable into module namespaces.
I was curious if this was temporary behavior or if this is intended.
On 5/23/08, felix winkelmann <address@hidden> wrote:
> Hi, folks!
>
>
> Please find some initial documentation about the new module
> system and explicit renaming macros here:
>
> https://chicken.wiki.br/svn/chicken-eggs/chicken/branches/hygienic/manual/Modules%20and%20macros
>
> (user anonymous, password empty, as usual)
>
> Feedback is welcome. I'm not sure on the module syntax, but found
> this one (taken from psyntax) to be relatively natural and simple.
> Different naming and syntax are still possible, of course.
>
>
> cheers,
> felix
>
>
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/chicken-users
>