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





_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to