Re: [Chicken-users] porting parley to MS Windows ?

2013-07-29 Thread Christian Kellermann
* Claude Marinier claudem...@gmail.com [130729 00:26]: Greetings, This is where parley uses stty. (define (enable-raw-mode port) (let ((old-attrs (get-terminal-attributes port))) (install-exit-handler! port old-attrs) (stty port '(not echo icanon isig brkint icrnl inpck istrip

Re: [Chicken-users] patch to rss egg to handle xml:base attribute

2013-07-29 Thread Felix
From: Hugo Arregui hugo.arre...@gmail.com Subject: [Chicken-users] patch to rss egg to handle xml:base attribute Date: Sat, 20 Jul 2013 01:19:47 -0300 Hi, I found a little problem trying to read a feed using rss egg: (use rss http-client) (call-with-input-request

[Chicken-users] new eggs

2013-07-29 Thread Andrei Barbu
Hi, I've got a bunch of eggs that are ready to go. image-processing - Lots of utilities for image processing: color space conversion, a scheme-based image format for binary, greyscale, and color images, logical and morphological operators, thresholding, histograms, connected components, chains,

Re: [Chicken-users] new eggs

2013-07-29 Thread Andrei Barbu
Small typo. https://github.com/abarbu/matlab Should say https://github.com/abarbu/matlab-chicken Thanks! Andrei ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] new eggs

2013-07-29 Thread Mario Domenech Goulart
Hi Andrei, On Mon, 29 Jul 2013 10:35:45 -0400 Andrei Barbu and...@0xab.com wrote: Small typo. https://github.com/abarbu/matlab Should say https://github.com/abarbu/matlab-chicken The .meta's `depend' should contain eggs only, but matlab.meta's contain some CHICKEN core units: srfi-1

Re: [Chicken-users] new eggs

2013-07-29 Thread Felix
From: Mario Domenech Goulart mario.goul...@gmail.com Subject: Re: [Chicken-users] new eggs Date: Mon, 29 Jul 2013 14:49:48 + Hi Andrei, On Mon, 29 Jul 2013 10:35:45 -0400 Andrei Barbu and...@0xab.com wrote: Small typo. https://github.com/abarbu/matlab Should say

Re: [Chicken-users] patch to rss egg to handle xml:base attribute

2013-07-29 Thread Hugo Arregui
I have applied the patch and tagged version 1.6. Could you document the new exports in the rss documentation at Ready! ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] new eggs

2013-07-29 Thread Mario Domenech Goulart
Hi Felix, On Mon, 29 Jul 2013 17:24:29 +0200 (CEST) Felix fe...@call-with-current-continuation.org wrote: From: Mario Domenech Goulart mario.goul...@gmail.com Subject: Re: [Chicken-users] new eggs Date: Mon, 29 Jul 2013 14:49:48 + On Mon, 29 Jul 2013 10:35:45 -0400 Andrei Barbu

Re: [Chicken-users] new eggs

2013-07-29 Thread Mario Domenech Goulart
On Mon, 29 Jul 2013 11:39:46 -0400 Andrei Barbu and...@0xab.com wrote: https://github.com/abarbu/matlab-chicken The .meta's `depend' should contain eggs only, but matlab.meta's contain some CHICKEN core units: srfi-1 and lolevel. Fixed. Thanks! Thank you, Andrei. I noticed matlab.setup

Re: [Chicken-users] new eggs

2013-07-29 Thread Jim Ursetto
On Jul 29, 2013, at 11:33, Mario Domenech Goulart mario.goul...@gmail.com wrote: I don't see why we should have/allow core units in .meta's forms. Maybe I'm overlooking something. If that's the case, please let me know. There's one reason I can think of -- it makes it easier to move a core

Re: [Chicken-users] new eggs

2013-07-29 Thread Mario Domenech Goulart
Hi Andrei, On Mon, 29 Jul 2013 10:35:07 -0400 Andrei Barbu and...@0xab.com wrote: I've got a bunch of eggs that are ready to go. image-processing - Lots of utilities for image processing: color space conversion, a scheme-based image format for binary, greyscale, and color images, logical

Re: [Chicken-users] new eggs

2013-07-29 Thread John Cowan
Jim Ursetto scripsit: There's one reason I can think of -- it makes it easier to move a core unit into an egg, without updating every dependent egg. I kind of doubt that will happen any more, unless units are abandoned altogether. Which wouldn't be a bad thing. -- Samuel Johnson on playing

Re: [Chicken-users] new eggs

2013-07-29 Thread Felix
I don't see why we should have/allow core units in .meta's forms. Maybe I'm overlooking something. If that's the case, please let me know. I'm not advocating to allow it, I was just noting that it isn't a critical problem, currently. I agree that it's better to keep core units out of the

[Chicken-users] PADL 2014: Call for Papers

2013-07-29 Thread Matthew Flatt
Call for Papers === 16th International Symposium on Practical Aspects of Declarative Languages (PADL 2014) http://www.ist.unomaha.edu/padl2014 San Diego, California, USA, January 20-21,

Re: [Chicken-users] Chicken and GUI programming

2013-07-29 Thread Michele La Monaca
On Sun, Jul 28, 2013 at 1:27 AM, Felix fe...@call-with-current-continuation.org wrote: Does it freeze while the long-running operation is in progress, or does it freeze indefinitely? The app is only unresponsive while the long-running operation is being executed. So my question is: it's just

Re: [Chicken-users] new eggs

2013-07-29 Thread Andrei Barbu
I noticed image-processing fails here with Warning: reference to possibly unbound identifier `submatrix' Warning: reference to possibly unbound identifier `exact-round' in: Warning:adjust Warning:rgb-uv-hsv Warning:rgb-cmyk Error: module unresolved:

Re: [Chicken-users] new eggs

2013-07-29 Thread Mario Domenech Goulart
Hi Andrei, On Mon, 29 Jul 2013 10:35:45 -0400 Andrei Barbu and...@0xab.com wrote: Small typo. https://github.com/abarbu/matlab Should say https://github.com/abarbu/matlab-chicken The .release-info file also has to be modified. You need {egg-name}-chicken where you have {egg-name}.

Re: [Chicken-users] new eggs

2013-07-29 Thread Mario Domenech Goulart
On Mon, 29 Jul 2013 19:17:19 -0400 Andrei Barbu and...@0xab.com wrote: I noticed image-processing fails here with Warning: reference to possibly unbound identifier `submatrix' Warning: reference to possibly unbound identifier `exact-round' in: Warning:adjust Warning:

Re: [Chicken-users] new eggs

2013-07-29 Thread Andrei Barbu
Thanks, Andrei. I've added qobischeme-ui, ffmpeg-video and image-processing to the coop. I haven't added matlab because of that issue with the .release-info file (henrietta-cache wouldn't find the egg source code). Let me know when you fix it and I'll add it too. Thanks! The path for

Re: [Chicken-users] new eggs

2013-07-29 Thread Mario Domenech Goulart
On Mon, 29 Jul 2013 20:14:41 -0400 Andrei Barbu and...@0xab.com wrote: Thanks, Andrei. I've added qobischeme-ui, ffmpeg-video and image-processing to the coop. I haven't added matlab because of that issue with the .release-info file (henrietta-cache wouldn't find the egg source code). Let