Re: [Chicken-users] repl with scgi?

2006-06-29 Thread Thomas Chust
On Wed, 28 Jun 2006, Graham Fawcett wrote: [...] SCGI the protocol does not specify how the Web application process runs. The original SCGI-server implementation was for Quixote, a Python web framework, and runs as a forking-server (each request is handled by a child process, managed in a

Re: [Chicken-users] SRFI-60

2006-06-29 Thread Kon Lovett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jun 28, 2006, at 8:31 PM, John Cowan wrote: I took the SRFI-60 document (Integers as Bits) and repackaged as an .html file and a .scm file, so you can add it to the eggs repository. I don't think the .scm file requires any eggification. I did

Re: [Chicken-users] SRFI-60

2006-06-29 Thread John Cowan
Kon Lovett scripsit: Done, w/ minor mods for chicken Thanks. I'm a little concerned, though, about the fixnum declaration. If you are going to compile the egg, there should be two compilations, one with and one without (use numbers), so people who want bignums as bits can use the same code for

Re: [Chicken-users] SRFI-60

2006-06-29 Thread Kon Lovett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jun 29, 2006, at 8:46 AM, John Cowan wrote: Kon Lovett scripsit: Done, w/ minor mods for chicken Thanks. I'm a little concerned, though, about the fixnum declaration. If you are going to compile the egg, there should be two compilations,