[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] r7rs modules
From: |
Peter Bex |
Subject: |
Re: [Chicken-hackers] r7rs modules |
Date: |
Sat, 10 Nov 2012 23:32:13 +0100 |
User-agent: |
Mutt/1.4.2.3i |
On Sat, Nov 10, 2012 at 05:11:53PM -0500, John Cowan wrote:
> Peter Bex scripsit:
>
> > This won't work cleanly with native Chicken modules. For example,
> > (use (scheme base)) will give an error (which would be extensible),
> > but does (use (only x y)) imply loading a module named (ONLY X Y)
> > or does it imply loading X and importing only the Y identifier?
>
> The latter. De facto, R7RS library names beginning with "only", "prefix",
> "except", and "rename" are forbidden, so I wouldn't worry about it.
> (That is, you can write them, but you can't import them.)
Now's my turn to go "ugh". That's *very* unschemely.
Cheers,
Peter
--
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
is especially attractive, not only because it can be economically
and scientifically rewarding, but also because it can be an aesthetic
experience much like composing poetry or music."
-- Donald Knuth
- [Chicken-hackers] r7rs modules, Peter Bex, 2012/11/10
- Re: [Chicken-hackers] r7rs modules, Andy Bennett, 2012/11/10
- Re: [Chicken-hackers] r7rs modules, John Cowan, 2012/11/10
- Re: [Chicken-hackers] r7rs modules,
Peter Bex <=
- Re: [Chicken-hackers] r7rs modules, Alex Shinn, 2012/11/10
- Re: [Chicken-hackers] r7rs modules, Felix, 2012/11/11
- Re: [Chicken-hackers] r7rs modules, Ivan Raikov, 2012/11/11
- Re: [Chicken-hackers] r7rs modules, Peter Bex, 2012/11/12
- Re: [Chicken-hackers] r7rs modules, John Cowan, 2012/11/12