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: mod_guile design problems


forcer <forcer@mindless.com> writes:

> Hmm.
> How about a "Shared Memory Environment" guile environment type,
> that is, an environment that resides in shared memory and can be
> "docked to" from different processes? This might actually be a
> nice idea for the standard guile distribution...

This would be super cool for writing Scwm modules, too-- I'd been
dreaming about this for a while, but it seems pretty hard, but the
payoff is great:  modules could still be written in Scheme, still have
access to Scwm's data structures, but execute asynchronously in a
pre-emptively scheduled second process (a bit nicer than the cooperative 
threads that Guile already has) that can crash and burn without killing
the window manager.

Greg

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