[Chicken-users] rest-bind request headers support

2015-03-28 Thread Kooda
Hi, I’m trying to use rest-bind for a project and need to be able to add some headers to the http requests, which rest-bind didn’t permit, even when passing a request object. Here is a simple patch that fixes this issue: --- rest-bind.scm.orig 2015-03-29 00:26:49.0 +0100 +++

Re: [Chicken-users] Basic abnf usage?

2015-03-28 Thread John Cowan
Matt Gushee scripsit: string-kmp-partial-search make-kmp-restart-vector Substring/shared is not too big a deal, but that KMP stuff is a bit daunting. Maybe I'll look into it if I have time. I do like the comparse API, and would like to be able to use it. Fortunately, KMP works

Re: [Chicken-users] Basic abnf usage?

2015-03-28 Thread Moritz Heidkamp
Hey Matt, On 27 March 2015 21:19 CET, Matt Gushee wrote: That's a fair question. I was working on a toy XML parser as a learning exercise, and I thought hmm ... this should support UTF-8. So I attempted to use utf8-srfi-14 in place of regular srfi-14; then certain parsing functions didn't