This is the mail archive of the guile@cygnus.com mailing list for the Guile project.


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

Re: Polymorphism in Scheme (Re: records)


Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se> writes:
> 
> Try (use-syntax (ice-9 syncase)) or (use-module (ice-9 syncase)).
> The former is more correct.  The latter is correct in almost all cases
> and more efficient.

(ice-9 syncase) will no longer work in the new module system. 
The current implementation uses symbol properties which are meaningless
in a system with more than one top-level environment.

Fortunately this is the only problem I've encountered.  All other
modules work as before and needed no (or minor) modifications.


Jost

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