[Chicken-users] We are looking for projects

2013-09-17 Thread Felix Winkelmann
Hello! As some of you already know, I'm currently working for bevuta IT GmbH, a software-development company located in Cologne, Germany. It is the first time that I have been able to create software on a professional basis using CHICKEN as a critical and fundamental part of real end-user

Re: [Chicken-users] [Chicken-hackers] [PATCH] Fix -no-parentheses-synonyms and -no-symbol-escapes

2013-09-17 Thread Moritz Heidkamp
Hey there, Peter Bex peter@xs4all.nl writes: Here's a fix for this, with some regression tests to ensure this won't break again. I've hopefully simplified it enough to make it obviously correct. I also noticed that even after correcting the test, pipes occurring inside symbols were

Re: [Chicken-users] We are looking for projects

2013-09-17 Thread John Cowan
Felix Winkelmann scripsit: https://github.com/organizations/chicken-mobile This just redirects to https://github.com. -- John Cowan http://www.ccil.org/~cowanco...@ccil.org One of the oil men in heaven started a rumor of a gusher down in hell. All the other oil men

Re: [Chicken-users] We are looking for projects

2013-09-17 Thread Kristian Lein-Mathisen
I think that should be https://github.com/chicken-mobile K. On Tue, Sep 17, 2013 at 1:54 PM, John Cowan co...@mercury.ccil.org wrote: Felix Winkelmann scripsit: https://github.com/organizations/chicken-mobile This just redirects to https://github.com. -- John Cowan

Re: [Chicken-users] We are looking for projects

2013-09-17 Thread Felix Winkelmann
From: John Cowan co...@mercury.ccil.org Subject: Re: [Chicken-users] We are looking for projects Date: Tue, 17 Sep 2013 07:54:47 -0400 Felix Winkelmann scripsit: https://github.com/organizations/chicken-mobile This just redirects to https://github.com. Indeed, if you don't have an

Re: [Chicken-users] tk and pstk eggs

2013-09-17 Thread Mario Domenech Goulart
Hi Jeronimo, On Tue, 17 Sep 2013 17:51:08 -0300 Jeronimo Pellegrini j...@aleph0.info wrote: I am trying to create a simple GUI for a Chicken program, but I don't think I understood how the tk and pstk eggs work -- I tried both. With tk, I have tried the tutorial in the documentation (the

Re: [Chicken-users] tk and pstk eggs

2013-09-17 Thread Peter Bex
On Tue, Sep 17, 2013 at 08:57:52PM +, Mario Domenech Goulart wrote: I'd guess pstk is relaying on the old behavior of letrec. It'll probably work with the latest stable release. That's correct. Luckily, this was a trivial thing to fix. I've now pushed pstk 1.2.2 which should work with

[Chicken-users] tk and pstk eggs

2013-09-17 Thread Jeronimo Pellegrini
Hello, I am trying to create a simple GUI for a Chicken program, but I don't think I understood how the tk and pstk eggs work -- I tried both. With tk, I have tried the tutorial in the documentation (the Hello World program): (require-extension tk) (start-tk) But them when I do (define