Re: [Chicken-users] Trying to understand srfi-41 (streams)

2017-01-28 Thread Vasilij Schneidermann
Hello Bahman, > And of course, upon further investigation, the head hadn't moved an inch > after `take` or `car`. What am I missing? looks to me as if the interface is purely functional. (stream-car (stream-drop 2 my-stream)) evaluates to 2. The original SRFI page shows a few examples with

Re: [Chicken-users] Trying to understand srfi-41 (streams)

2017-01-28 Thread Peter Bex
On Sat, Jan 28, 2017 at 11:19:01PM +0100, Bahman Movaqar wrote: > I've been playing around `srfi-41` for an hour now. It seems to me, > that regardless of the operations on the stream, the `head` doesn't > advance. For example: > > (define my-stream (list->stream '(0 1 2 3))) > (take 2

[Chicken-users] Trying to understand srfi-41 (streams)

2017-01-28 Thread Bahman Movaqar
I've been playing around `srfi-41` for an hour now. It seems to me, that regardless of the operations on the stream, the `head` doesn't advance. For example: (define my-stream (list->stream '(0 1 2 3))) (take 2 my-stream) At this point I was expecting the stream head to have advanced

Re: [Chicken-users] [ANN] CHICKEN 4.12.0 release candidate 1 available

2017-01-28 Thread Peter Bex
Hi all, Tested on a few more niche OSes: Operating system: OpenIndiana "Hipster" 2016-10-30 snapshot Hardware platform: x86 C Compiler: Sun Studio CC 12.1.1-2016.0.1.5 ("cc" package) Installation works?: yes Tests work?: yes Installation of eggs works?: yes Operating system: Haiku alpha4

Re: [Chicken-users] Results of testing CHICKEN 4.12.0.rc1 on various platforms

2017-01-28 Thread Peter Bex
On Wed, Jan 25, 2017 at 08:41:02PM +0100, alexander.she...@web.de wrote: > Your patch solves the problem with the POSIX tests. Now only the deployment > tests fail, but deployment is probably unsupported on Android, because the > Android dynamic linker lacks the "rpath" feature. > > I'm not sure

Re: [Chicken-users] [ANN] CHICKEN 4.12.0 release candidate 1 available

2017-01-28 Thread Bahman Movaqar
On 01/22/2017 06:26 PM, Peter Bex wrote: > Here's a suggested test procedure: > > $ make PLATFORM= PREFIX= install check > $ /bin/chicken-install pastiche Operating system: openSUSE Tumbleweed Hardware platform: x86_64 C compiler: gcc 6.2.1 20161209 [gcc-6-branch revision 243481]

Re: [Chicken-users] [ANN] CHICKEN 4.12.0 release candidate 1 available

2017-01-28 Thread Peter Bex
Hi all, I took out my old G4 iBook and tested with gcc. Results are good: Operating system: Debian 8.7 (Jessie) Hardware platform: PPC (G4, 32 bits) C Compiler: GCC 4.9.2 Installation works?: yes Tests work?: yes Installation of eggs works?: yes Cheers, Peter signature.asc Description: