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: felix winkelmann
Subject: Re: [Chicken-users] an ode to Spiffy
Date: Fri, 27 May 2005 22:46:50 +0200

On 5/26/05, Dominique Boucher <address@hidden> wrote:
> 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.
> 

Very good. Here is a patch for srfi-18.scm:

466c466
< (unless (eq? (software-type) 'windows)
---
> (unless (eq? (build-platform) 'msvc)


cheers,
felix




reply via email to

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