On Tue, Feb 10, 2004 at 05:31:40PM +0100, Immanuel Litzroth wrote:
The problem with lisp and other modern languages are
the issues with garbage
collection which might arise in real time use.
that's why SuperCollider uses a realtime garbage collector
with bounded scan and flip operations. there's also a
realtime scheme implementation at
http://www.rscheme.org.
<sk>