Jim Ursetto scripsit: > As far as modules, as a quick fix you can probably just wrap your > geolib source file (etc.) in (module geolib * (import scheme chicken) > ...), so USE will operate as it did in Chicken 3.
Actually, you can't. In Chicken 3, "use" would load stuff from the current directory, but now it looks only in the installed-code directory. -- But you, Wormtongue, you have done what you could for your true master. Some reward you have earned at least. Yet Saruman is apt to overlook his bargains. I should advise you to go quickly and remind him, lest he forget your faithful service. --Gandalf John Cowan <[email protected]> _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
