Re: [Scheme-reports] [r6rs-discuss] [scheme-reports] Scheme pattern matching & R*RS
Andre van Tonder 22 Jan 2011 21:30 UTC
On Sat, 22 Jan 2011, John Cowan wrote:
> Andre van Tonder scripsit:
>
>>>> We should not introduce any modules that cannot be directly used
>>>> with the base library without qualifying its imports.
>>>
>>> Whyever not, especially in WG2?
>>
>> Because it would look messy.
>
> Suppose you are writing a module that uses only flonum arithmetic.
> Which is worse, a little bit of messiness in import, or constantly
> using fl+, fl-, fl*, fl/, etc. etc. etc.? Since there is no option for
> deprefixing names when they are imported, I'd rather be able to call
> addition and subtraction by their normal names.
You don't really gain much since you would still need to say something like
(import (except (rnrs) + - * - /)
(flonum-operations))
I have already discussed the problem with automatic overriding of imports in a
prior message.
_______________________________________________
Scheme-reports mailing list
Scheme-reports@scheme-reports.org
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports