[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More questions about writing extensions.




----- Original Message -----
From: Robert John Andersen <anderman@anderware.com>
To: Scheme Mailing List <plt-scheme@fast.cs.utah.edu>
Sent: Thursday, February 17, 2000 7:59 PM
Subject: More questions about writing extensions.


>
>   The last question I have regards when loading in units.  I noticed that
> in some cases after a unit is loaded the functions are have the unit name
> prepended and others do not, like the pop unit with pop:.  Is that
> functionality created by the require-library only or is it possible to
make
> it happen all the time or should it be specified by the user?
>

I can answer this question: it depends on how you `invoke' the unit.
Depending on which invoke form you are using, the syntax is a little
different, but each lets you specify a prefix to put on the exports of the
unit.

Robby