Re: [Chicken-users] Wish: Parallel Map

2010-12-29 Thread F. Wittenberger
Maybe this is better for you? Use like this: (process-call (lambda () 7)) = 7 /Jörg (declare (disable-interrupts) (foreign-declare #EOF #include errno.h EOF ) ) (define process-io-ports (let ([make-input-port make-input-port] [make-output-port make-output-port]

Re: [Chicken-users] Wish: Parallel Map

2010-12-29 Thread F. Wittenberger
Just got a few minutes off and was thinking: maybe you are a less experienced Schemer asking for a parallel map executed by subprocesses. Am Mittwoch, den 29.12.2010, 11:56 +0100 schrieb Jörg F. Wittenberger: Maybe this is better for you? Use like this: (process-call (lambda () 7)) = 7 A

Re: [Chicken-users] chicken 4.6.3 posix time-string overflows buffer

2010-12-29 Thread Matt Welland
I've switched to %x which doesn't crash. (time-string (seconds-local-time 1293596970) %x) 12/28/10 On Tue, Dec 28, 2010 at 8:27 AM, Matt Welland estifo...@gmail.com wrote: On Tue, Dec 28, 2010 at 4:38 AM, Felix fe...@call-with-current-continuation.org wrote: From: Matt Welland

Re: [Chicken-users] Wish: Parallel Map

2010-12-29 Thread Joe Python
Jorg, When I ran this I got Error: unbound variable: ##process#io-ports Call history: ##sys#call-with-values pthunk.scm:131: create-pipe ##sys#call-with-values pthunk.scm:132: create-pipe pthunk.scm:133: gc pthunk.scm:134:

Re: [Chicken-users] chicken 4.6.3 posix time-string overflows buffer

2010-12-29 Thread Felix
From: Matt Welland estifo...@gmail.com Subject: Re: [Chicken-users] chicken 4.6.3 posix time-string overflows buffer Date: Wed, 29 Dec 2010 10:03:37 -0700 I've switched to %x which doesn't crash. (time-string (seconds-local-time 1293596970) %x) 12/28/10 Thanks for the info. I'll

Re: [Chicken-users] Problem with chicken-install on cygwin

2010-12-29 Thread Felix
From: Luis Rosso lmro...@hotmail.com Subject: [Chicken-users] Problem with chicken-install on cygwin Date: Tue, 28 Dec 2010 20:35:12 + Hi I am a Chicken newby. I have installed chicken 4.6.0 on Cygwin (on Windows XP) with its default PREFIX: 1) I first built it:make PLATFORM=cygwin