Re: [Chicken-users] (glob "*/*") => should it work?

2008-04-03 Thread Leonardo Valeri Manera
On 03/04/2008, John Cowan <[EMAIL PROTECTED]> wrote: > I was surprised by the behavior too, so I changed the documentation > by adding "Note that wildcard characters are only recognized in the > rightmost portion of the pattern." > > Someone should really write a better globber that will proces

Re: [Chicken-users] Lambda-lifting

2008-04-03 Thread Houman Zolf
I did this kind of test once. I had a compiler generating functions with lots of nested lambdas, and the generated code had to be reasonably fast. Intuitively lambda-lifting should have had a major impact. But I was surprised to see that using the -lambda-lift option did not yield any significant

Re: [Chicken-users] Spiffy bug with header/response code preservation in threads

2008-04-03 Thread Peter Bex
On Sun, Mar 30, 2008 at 10:25:10PM -0700, Robin Lee Powell wrote: > > This one's about as annoying as the content-length bug (a lot) and > about as difficult to work around (quite easy, actually). > > Basically, if you don't explicitely clear headers after you serve a > request, *and* the client