From: Max Ischenko
Subject: Micro-threads on Lisp
Date: 
Message-ID: <0f9vm9.rk1.ln@barloo.malva.com.ua>
I'm new to Lisp and have a naive question:
how can I setup micro-threads/continuations inside single lisp process?

For example, I should call an ioctl every 7 seconds.

I'm using GNU clisp, if that matters.

-- 
The first 90% of the code accounts for the first 90% of the development time.
The remaining 10% of the code accounts for the other 90% of the development
time.