This is the mail archive of the guile@sources.redhat.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: Code compiling (marshalling?)


Ian Bicking <ianb@colorstudy.com> writes:

> I was wondering if anyone has thought about a semi-compiled form for
> Guile code, like Python does with .pyc files.  That is, something that
> is faster to load than normal code, but contains all the information
> (i.e., expresses Guile's internal representation of code).

Yep.  This was actually the point of my evaluator experiment:

 ftp://krusty.e-technik.uni-dortmund.de/pub/people/mvo/new-eval-20000625.tar.gz

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