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]

Guile for servlets (a sort of generic mod_guile)


Nic Ferrier writes:

 > 1. is the Guile project wholly written in Scheme or is there C there
 > as well? (apart from the Scheme language implementation and low-level
 > libraries)

the basic interpreter is implemented as a shared library (libguile) in
C.  what is advertized as "guile" (when installed) also includes scheme
modules, one of which is called "boot" and is loaded during interpreter
intialization (see libguile/init.c).

a related topic that you will eventually need to answer is how to
interoperate w/ guile's requirement for capturing `main()'.  (where o
where is the refbot...)

 > 2. Is there any possibility of making Guile work with GNU-Kawa, the
 > Scheme compiler for Java byte codes?
 > 
 > 3. What is the current expection of the finish date for Guile?

if you remove expectation and finish from cohabitating w/ guile in your
meme-pool, you will sleep better.  :->

thi

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