Re: [Chicken-users] Chicken not production quality?

2007-02-10 Thread Peter Busser
Hi! Is this right? Why Chicken is not considered production quality? Where do you people use it most, and where do you think it's not the right tool for the job? It depends on what you call ``production quality''. Groetjes, Peter. ___

[Chicken-users] salmonella

2007-02-10 Thread Mario Domenech Goulart
Hello folks, I've added a small tool called salmonella to the svn repository (http://chicken.wiki.br/svn/chicken-eggs/salmonella/). It's a program for testing the installation of eggs. The snv repo contains a brief document describing its features and usage instructions. Best wishes, Mario

Re: [Chicken-users] Chicken not production quality?

2007-02-10 Thread Brandon J. Van Every
Mario Domenech Goulart wrote: Hello Alex, Welcome aboard. :-) On Sat, 10 Feb 2007 10:22:54 -0300 Alex Queiroz [EMAIL PROTECTED] wrote: I'm new to Scheme in general. I've been studying with PLT Scheme but I'm now looking for a system to develop real applications. I've found Chicken

Re: [Chicken-users] salmonella

2007-02-10 Thread Brandon J. Van Every
Mario Domenech Goulart wrote: Hello folks, I've added a small tool called salmonella to the svn repository (http://chicken.wiki.br/svn/chicken-eggs/salmonella/). It's a program for testing the installation of eggs. That's a great name. Cheers, Brandon Van Every

[Chicken-users] csc -extend with user-preprocessor-pass

2007-02-10 Thread minh thu
Hi, I'm trying the -extend file option of csc with the following file: (user-preprocessor-pass (lambda form (display (car form)) (newline) '(display ...)) When compiling, the first top level form (of the being compiled file) is not displayed. Is it normal ? Thanks, thu

Re: [Chicken-users] gui api design -- some thought -- long mail

2007-02-10 Thread Shawn Rutledge
On 2/7/07, minh thu [EMAIL PROTECTED] wrote: The idea is to have the drawing and event-responsing of a widget happens at the same time. It thus needs some decent framerate. It means no callback : the code handling the event is written alongside the code displaying the widget (and the code

Re: [Chicken-users] gui api design -- some thought -- long mail

2007-02-10 Thread Brandon J. Van Every
Shawn Rutledge wrote: This sounds weird at first but I guess it's normal for a game developer, because when the whole screen is a virtual world, every little action can potentially result in a change to every pixel, right? Right. Do game developers usually make OpenGL calls to clear the