chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Chicken-users] an ode to Spiffy


From: Dominique Boucher
Subject: RE: [Chicken-users] an ode to Spiffy
Date: Thu, 26 May 2005 09:24:37 -0400

Felix, 

> Hm. Could you try this, please:
> [...]
> $ ./repltest
> #;> (thread-start! (lambda () (let loop ((i 0)) (print i) 
> (thread-sleep! 1) (loop (add1 i))))) ; from now on you should 
> still be able to eval expressions...
> 

That worked out of the box for me.

> [This is normally done in srfi-18.scm, but is disabled on Windows.
> Should this work with cygwin (requires select(2)), I'll 
> disable it exclusively for Windows/MSVC (which doesn't have 
> select(2) on file/stdio fd's)]

Please, do so!

Thanks a lot, 

Dominique







reply via email to

[Prev in Thread] Current Thread [Next in Thread]