Re: A proposal for contributed module names

Mikael Djurfeldt (mdj@nada.kth.se)
31 Aug 1997 18:28:32 +0200

Mikael Djurfeldt <mdj@nada.kth.se> writes:

> A.gm:
>
> (define-structure A (export make-hash hash-ref hash-set!)
> (open (this C))
> (config
> (define-structure C (export make-hash hash-ref hash-set!)
> (open scheme D (math primes))

Oops! Should be:

(open (scheme) D (math primes))

Note that we still have backward compatibility with Scheme48, since
Scheme48 modules could be loaded at "top level" in the name spaces.

There are of course alternative ways of determining the PREFIX.

/mdj