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: Wed, 25 May 2005 15:04:55 -0400

> Maybe not, cygwin gave me lots of troubles in the past 
> (bizarre installation issues). I am using this

Chicken compiled out-of-the-box, as well as all the eggs I installed. That
was not the case a year ago.

>   (define (start-server-debug . args)
>    (thread-start!
>     (lambda ()
>       (apply start-server
>         (append args (list root: "." debug: #t))))))
> 
> and it works under Linux, but I cannot test it under cygwin.

That's basically what I tried. The remote REPL would be a better approach
under cygwin, I guess.

Dominique






reply via email to

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