[Chicken-users] Realtime / Multi-embedding

2007-07-24 Thread digitalidiot
I'm working on a project where: (1) I need the gc to be as close to real time as possible (2) I would like to have multiple instances of embedeed scheme interpreters (not being able to directly effect each other). What is the easiest way / best approximation / is this even possible? in Chicken

[Chicken-users] Re: Freaks Unidos at #31 in ICFP

2007-07-24 Thread Alejandro Forero Cuervo
> Bravo! Thanks, Graham! We had lots of fun participating! And yes, we used Chicken for our initial DNA -> RNA transformer, which ran to slow (we believe this was mostly due to the naive data structures we used); for our initial RNA -> image renderer; and for the C code generating RNA for colors

[Chicken-users] Wings progress

2007-07-24 Thread Alaric Snell-Pym
Despite having my house flooded (and my daughter and wife subsequently come down with some vomiting illness, and problems with the power supply in the house due to water in the sockets, and ... I won't go on!), I've pressed ahead a little with wings :-) I'm still working on the URL parser. I'm a

Re: [Chicken-users] Chicken on the PS3

2007-07-24 Thread Mario Domenech Goulart
Hi Peter, On Tue, 24 Jul 2007 11:54:16 -0500 Peter Keller <[EMAIL PROTECTED]> wrote: > Though there was some funny math in the build output when using ccmake: > > [130%] Building C object static/CMakeFiles/libuchicken-static.dir/__/uutils.o It's a known bug: http://trac.callcc.org/ticket/14 Be

Re: [Chicken-users] Chicken on the PS3

2007-07-24 Thread Peter Keller
On Tue, Jul 24, 2007 at 11:33:23AM -0400, Brandon Van Every wrote: > On 7/24/07, Peter Keller <[EMAIL PROTECTED]> wrote: > > > >config.guess seems to screw that up a bit, but it didn't seem to affect the > >compilation and/or function of Chicken. > > Does the CMake build work? I've never used cma

[Chicken-users] Freaks Unidos at #31 in ICFP

2007-07-24 Thread Graham Fawcett
I just noticed (via Reddit) that "Freaks Unidos" (including our friends Alejo, Nelson and others) participated in the ICFP 2007 contest, and made it to an impressive thirty-first place. They used several tools, including Chicken, and their write-up is here: http://wiki.freaks-unidos.net/icfp/2007

Re: [Chicken-users] Chicken on the PS3

2007-07-24 Thread Brandon Van Every
On 7/24/07, Peter Keller <[EMAIL PROTECTED]> wrote: config.guess seems to screw that up a bit, but it didn't seem to affect the compilation and/or function of Chicken. Does the CMake build work? Cheers, Brandon Van Every ___ Chicken-users mailing

[Chicken-users] Chicken on the PS3

2007-07-24 Thread Peter Keller
Hello, I happen to have access to a PS3 running yellow dog 5.0 linux and checked to see if the latest stable release of chicken (chicken-2.6) compiled on it. It compiled out of the box and seemed to work just fine--I even installed a few eggs with chicken-setup which worked. The only oddity is th