This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Symbol arguments to require


I'd like to make available some of the Kawa libraries I've written for
general use. A (smallish) difficulty is that all my (require ...)'s refer
to needed modules by absolute class name rather than by symbols. This
makes my code not work on other Schemes, and ties Kawa users to the class
names I've chosen. But my modules have to do this, since the few symbolic
names, such as 'list-lib, that Kawa understands are wired into
kawa.standard.require, so I couldn't add new ones and have them useable by
anyone else.

What should I do?

Jocelyn Paine
http://www.ifs.org.uk/~popx/
+44 (0)7768 534 091 




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]