I'm using guile in for configuring a "real time" application (a
sort of network sniffer) as well as offering some kind of live
introspection of the internals of the program.
This program is not allowed to stop working during garbage collection
either.
With Guile 1.8, only the guile threads are sto
I'm considering building a market data/trading system prototype using
Guile as a scripting language for the business rules (feed processing
and speed-critical bits would be in C). My biggest concern at this
point is performance degradation or pauses during garbage collection. I
could do some work