Newsgroups: comp.lang.dylan
Path: cantaloupe.srv.cs.cmu.edu!rochester!udel!gatech!howland.reston.ans.net!vixen.cso.uiuc.edu!uchinews!hammer.uchicago.edu!user
From: alain@cs.uchicago.edu (Alain Roy)
Subject: Question about modules
X-Nntp-Posting-Host: hammer.uchicago.edu
Message-ID: <alain-2403951459020001@hammer.uchicago.edu>
Sender: news@midway.uchicago.edu (News Administrator)
Organization: None
Date: Fri, 24 Mar 1995 20:59:02 GMT
Lines: 21

I did a litte bit of experimenting with dylan modules.

I made some code, and stuck it in module A.

Then I wanted to call the code in module A from the default module (dylan-user).

The only way I could figure out, was to create a new module, module B, that
included module A and dylan-user, and call the code from there.

Two things:

1) Can I just call the code in module A from dylan-user by attaching some
sort of prefix? I couldn't free anything in the DIRM about this.

2) Can I make some sort of statement that says, in effect, "dylan-user now
imports module A.". That way I could call code in module A, without any
prefixs, or redefining dylan-user, which seems like a bad thing to do.

Thanks.

-alain
