Is serve-event a CMUCL/SBCL only thing, or a common Common Lisp idiom?
--
+--------------------------------------------------------+
|Cyborg Animation Programmer | ·····@yagc.ndo.co.uk|
|http://badbyteblues.blogspot.com -----------------------|
+--------------------------------------------------------+
John Connors <·····@yagc.ndo.co.uk> writes:
> Is serve-event a CMUCL/SBCL only thing, or a common Common Lisp idiom?
A CMUCL/SBCL only thing, unfortunately. Most lisps just give you
threads and maybe the ability to block for input on a number of
streams.