[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Are library names data or syntax?
From: |
Dr. Arne Babenhauserheide |
Subject: |
Re: Are library names data or syntax? |
Date: |
Mon, 22 Jul 2024 23:05:30 +0200 |
Maxime Devos <maximedevos@telenet.be> writes:
> * hence, you can define a module from within another module (might be
> situationally useful, but comes with new difficulties for module
> lookup)
I actually tried something in that direction in enter three witches —
and failed.
I wanted to add a macro that maps
SCENE I
to defining a module that cleanly separates different parts of a story.
But I didn’t get that to work well (because it would have had to add
automatic exports and canonical imports and all together caused more
problems than it solved.
Or maybe I didn’t understand well enough what I was doing. Generating
code that generates modules isn’t a good idea if there’s a similar
option that uses standard mechanisms.
Best wishes,
Arne
--
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
signature.asc
Description: PGP signature
- Re: Numbers in library names, (continued)
- Re: Numbers in library names, Marc Nieper-Wißkirchen, 2024/07/22
- Re: Numbers in library names, Lassi Kortela, 2024/07/23
- Re: Numbers in library names, Marc Nieper-Wißkirchen, 2024/07/23
- Re: Numbers in library names, Lassi Kortela, 2024/07/23
- RE: Numbers in library names, Maxime Devos, 2024/07/23
- Re: Numbers in library names, Lassi Kortela, 2024/07/23
- RE: Numbers in library names, Maxime Devos, 2024/07/23
RE: Are library names data or syntax?, Maxime Devos, 2024/07/22
Re: Are library names data or syntax?, Marc Nieper-Wißkirchen, 2024/07/23