[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Name of the standard library
From: |
Lassi Kortela |
Subject: |
Re: Name of the standard library |
Date: |
Sat, 20 Jul 2024 18:24:51 +0300 |
User-agent: |
Mozilla Thunderbird |
If so, why would a smart newbie learn more?
I did.
Did you not?
As a committed schemer, I forgive almost any obstacle.
I actually liked that name — and still like it. Keep in mind that being
professional quality doesn’t require being teflon-proof naming. Python
includes `import this` and `import antigravity`. Because exposing ones
humanity isn’t a problem.
Those are Easter eggs, not the default way to do everyday things.
But on the topic of (guile ...) as name: I’m not sure whether (guile
...) is better. Because what then is (language ...)? What are (oop ...)
(sxml ...) and (web ...)?
Should all of these move into (guile ...)?
IMHO they should move under (guile ...). Other Scheme implementations
(e.g. Gauche) have the same problem: implementation-specific libraries
are in the top-level namespace. This make it hard to figure out which
libraries are portable, standardized, or third-party, and which ship
with a particular Scheme implementation. I often write portable code,
and in that context this is a clear issue.
- Re: The Guile junk drawer and a C plea, (continued)
- Re: The Guile junk drawer and a C plea, Dr. Arne Babenhauserheide, 2024/07/17
- Re: The Guile junk drawer and a C plea, Greg Troxel, 2024/07/18
- RE: The Guile junk drawer and a C plea, Maxime Devos, 2024/07/19
- RE: The Guile junk drawer and a C plea, Attila Lendvai, 2024/07/20
- Re: [PATCH] The Guile junk drawer and a C plea, Dr. Arne Babenhauserheide, 2024/07/20
- Name of the standard library, Lassi Kortela, 2024/07/20
- Re: Name of the standard library, Dr. Arne Babenhauserheide, 2024/07/20
- Re: Name of the standard library,
Lassi Kortela <=
- Re: Name of the standard library, Dr. Arne Babenhauserheide, 2024/07/20
- Portable code, Lassi Kortela, 2024/07/20
- Re: Portable code, Dr. Arne Babenhauserheide, 2024/07/20
- Re: Portable code, Lassi Kortela, 2024/07/20
- Re: Portable code, Dr. Arne Babenhauserheide, 2024/07/20
- Re: Portable code, Lassi Kortela, 2024/07/26
- RE: Name of the standard library, Maxime Devos, 2024/07/20
- Re: Name of the standard library, Dr. Arne Babenhauserheide, 2024/07/20
- RE: Name of the standard library, Maxime Devos, 2024/07/20
- Portable imports, Lassi Kortela, 2024/07/20