Re: [Chicken-users] Rooster: An epoll server written in Chicken and C

2010-08-18 Thread Christiano F. Haesbaert
2010/8/18 David Reynolds da...@alwaysmovefast.com: Hey all, I'm currently working on some server tech that I'm hoping to turn into a web server. The source is hosted here on github. Some people have suggested I make the core tech an egg. I'm posting this to the mailing list to hopefully get

[Chicken-users] Scheme code to be read

2010-08-18 Thread Christiano F. Haesbaert
Hi there, I'm in the point that I can code most stuff in scheme, but I do it poorly mainly cause I'm not familiar with the basic SRFIs, the language itself and good scheme practices, read: I do not know the scheme coding *culture*. Far too many times I ended up coding something which already

Re: [Chicken-users] Rooster: An epoll server written in Chicken and C

2010-08-18 Thread David Reynolds
I originally set out to use libevent, but then I'd have another dependency. There's no reason to not do both as separate bindings, so I may come back and write bindings for libevent. David Reynolds On Aug 18, 2010 8:01 AM, Christiano F. Haesbaert haesba...@haesbaert.org wrote: 2010/8/18 David

Re: [Chicken-users] Scheme code to be read

2010-08-18 Thread Stephen Eilert
On Wed, Aug 18, 2010 at 12:02 PM, Christiano F. Haesbaert haesba...@haesbaert.org wrote: Hi there, I'm in the point that I can code most stuff in scheme, but I do it poorly mainly cause I'm not familiar with the basic SRFIs, the language itself and good scheme practices, read: I do not know

Re: [Chicken-users] Scheme code to be read

2010-08-18 Thread Phil Bewig
You might be interested in Programming Praxis http://programmingpraxis.com, which features Scheme code twice a week. On Wed, Aug 18, 2010 at 11:19 AM, Stephen Eilert spedr...@gmail.com wrote: On Wed, Aug 18, 2010 at 12:02 PM, Christiano F. Haesbaert haesba...@haesbaert.org wrote: Hi there,

[Chicken-users] Initial release of epoll egg

2010-08-18 Thread David Reynolds
If you've seen my last email, you know I'm working on some server technology called Rooster. I broke out the epoll stuff into its own egg and put it on github here: http://github.com/davidreynolds/epoll I'm going to be modifying Rooster to use this new egg. David Reynolds

Re: [Chicken-users] Initial release of epoll egg

2010-08-18 Thread Peter Bex
On Wed, Aug 18, 2010 at 10:05:50AM -0700, David Reynolds wrote: If you've seen my last email, you know I'm working on some server technology called Rooster. I broke out the epoll stuff into its own egg and put it on github here: http://github.com/davidreynolds/epoll It's nice that you made it

Re: [Chicken-users] Initial release of epoll egg

2010-08-18 Thread Jim Ursetto
On Aug 18, 2010, at 12:10, Peter Bex peter@xs4all.nl wrote: On Wed, Aug 18, 2010 at 10:05:50AM -0700, David Reynolds wrote: If you've seen my last email, you know I'm working on some server technology called Rooster. I broke out the epoll stuff into its own egg and put it on github

Re: [Chicken-users] Scheme code to be read

2010-08-18 Thread Mario Domenech Goulart
Hi On Wed, 18 Aug 2010 13:19:01 -0300 Stephen Eilert spedr...@gmail.com wrote: On Wed, Aug 18, 2010 at 12:02 PM, Christiano F. Haesbaert haesba...@haesbaert.org wrote: I'm in the point that I can code most stuff in scheme, but I do it poorly mainly cause I'm not familiar with the basic

Re: [Chicken-users] Scheme code to be read

2010-08-18 Thread Jim Ursetto
On Aug 18, 2010, at 12:21, Mario Domenech Goulart mario.goul...@gmail.com wrote: That's indeed a good idea (as long as the eggs are not mine). That's awful___ Chicken-users mailing list Chicken-users@nongnu.org

Re: [Chicken-users] Initial release of epoll egg

2010-08-18 Thread David Reynolds
Alright guys, check it out: http://code.call-cc.org/svn/chicken-eggs/release/4/epoll/ http://code.call-cc.org/svn/chicken-eggs/release/4/epoll/I don't think it's installable from chicken-install just yet, however. David On Wed, Aug 18, 2010 at 10:25 AM, Jim Ursetto zbignie...@gmail.com wrote:

Re: [Chicken-users] Initial release of epoll egg

2010-08-18 Thread Peter Bex
On Wed, Aug 18, 2010 at 10:51:44AM -0700, David Reynolds wrote: Alright guys, check it out: http://code.call-cc.org/svn/chicken-eggs/release/4/epoll/ Cool, that was quick! http://code.call-cc.org/svn/chicken-eggs/release/4/epoll/I don't think it's installable from chicken-install just yet,