Discussion:
Opening structures distributed inside scheme/misc/
Diogo F. S. Ramos
2011-04-28 03:07:05 UTC
Permalink
How do I open structures distributed inside scheme/misc/, like
scheme/misc/pipe.scm?

,open doesn't work, as it can't find the structure.

I see that the procedures inside 'pipe.scm' are exported as a structure
called 'call-with-mumble-pipes', but ',open' can't find it neither.

Apparently I'm only able to open structures listed inside
scheme/packages.scm.
--
Diogo F. S. Ramos
Michael Sperber
2011-04-28 16:10:04 UTC
Permalink
Post by Diogo F. S. Ramos
How do I open structures distributed inside scheme/misc/, like
scheme/misc/pipe.scm?
,open doesn't work, as it can't find the structure.
I see that the procedures inside 'pipe.scm' are exported as a structure
called 'call-with-mumble-pipes', but ',open' can't find it neither.
Apparently I'm only able to open structures listed inside
scheme/packages.scm.
Do

,config ,load =scheme48/misc/packages.scm

to make those structures available. Note some of them are quite
unsupported.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
Loading...