Re: [Chicken-users] ANN: lazy-seq, a port of Clojure's lazy sequence API

2012-06-04 Thread Jim Ursetto
On Jun 3, 2012, at 5:06 AM, Christian Kellermann wrote: > * Peter Danenberg [120603 11:30]: >> Quoth Christian Kellermann on Prickle-Prickle, the 8th of Confusion: >>> Which version of chicken is this? I get the arity error for both csi >>> and compiled version for chicken master. >> >> It's a v

Re: [Chicken-users] Can't install Spock (binary works, spock library doesn't)

2012-06-04 Thread Felix
From: Дмитрий Subject: Re:[Chicken-users] Can't install Spock (binary works, spock library doesn't) Date: Mon, 04 Jun 2012 17:56:30 +0400 >> Attached is the current setup script, you can do >> >> chicken-install -r spock >> >> and copy the script into the "spock" subdirectory and do >> >> cd

[Chicken-users] Can't install Spock (binary works, spock library doesn't)

2012-06-04 Thread Дмитрий
But, of course, now it works _for me_. ^^" I've manually deleted that concatenated file, and copied the "spock" library. My "helloworld.js" works just fine. :) Though I hope something can be done to that concatenating behaviour. _ Best regards, Dmitry __

Re: [Chicken-users] Can't install Spock (binary works, spock library doesn't)

2012-06-04 Thread Дмитрий
> Attached is the current setup script, you can do > > chicken-install -r spock > > and copy the script into the "spock" subdirectory and do > > cd spock > chicken-install It has been ALMOST installed, but now I'm having problems with the library files. ^^" I had to make the following changes

Re: [Chicken-users] Can't install Spock

2012-06-04 Thread Felix
From: Дмитрий Subject: Re: [Chicken-users] Can't install Spock Date: Mon, 04 Jun 2012 16:49:18 +0400 > Thank you very much for your answers! > >> generated instead (this is a shortcoming of the "make" macro). I have >> tried to make the setup script handle the .exe extension on windows - >> plea

Re: [Chicken-users] Can't install Spock

2012-06-04 Thread Дмитрий
Thank you very much for your answers! > generated instead (this is a shortcoming of the "make" macro). I have > tried to make the setup script handle the .exe extension on windows - > please try spock 0.07, which should be available via chicken-install > shortly. Well, it is not (yet) available fo

Re: [Chicken-users] Can't install Spock

2012-06-04 Thread Felix
From: Дмитрий Subject: [Chicken-users] Can't install Spock Date: Mon, 04 Jun 2012 16:02:58 +0400 > Hello! > > I've tried installing Spock via ``chicken-install`` and had no luck. Can > someone explain what should I do to get it running? > The setup-script did not detect that the "chicken-spoc

Re: [Chicken-users] Can't install Spock

2012-06-04 Thread Thomas Chust
Дмитрий wrote: > [...] > ""\usr\local\bin\csc"" -feature compiling-extension -setup-mode-S -O3 > -d0 -feature standalone chicken-spock.scm -o chicken-spock > "chicken-spock" -library-path spock -optimize -library -o library.js > cat config.js runtime.js library.js > spock/spock-runtime.j

Re: [Chicken-users] Can't install Spock

2012-06-04 Thread Mario Domenech Goulart
Hi Dmitry, On Mon, 04 Jun 2012 16:02:58 +0400 Дмитрий wrote: > I've tried installing Spock via ``chicken-install`` and had no > luck. Can someone explain what should I do to get it running? > > I've tried on 2 computers (both run Windows 7, 32-bit; in one case > I've used the Chicken+IUP package

[Chicken-users] Can't install Spock

2012-06-04 Thread Дмитрий
Hello! I've tried installing Spock via ``chicken-install`` and had no luck. Can someone explain what should I do to get it running? I've tried on 2 computers (both run Windows 7, 32-bit; in one case I've used the Chicken+IUP package, in the other I've compiled Chicken from source using ``mingw