This is the mail archive of the kawa@sourceware.cygnus.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]

Re: Serializing closures


> > I thought maybe compiled stuff generated by Kawa consists of
> > subclasses of classes like LambdaExp, which has Field members. Is
> > this correct?
> 
> No.  LambdaExp is only used at compile-time; compiled code would
> not use a LambdaExp (unless of course you call 'eval').

Hmm. My serialized object basically carries a bunch of closures around
with it. I think I'll do some checking on my Java code and make sure this
is really a Scheme-related problem. I'm sure I'll be getting back to you
on this..

Ittai



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