[hunchentoot-devel] Hunchentoot with ECL

Edi Weitz edi at agharta.de
Wed Mar 26 06:49:41 UTC 2008


On Wed, 26 Mar 2008 02:23:04 +0100, css <css at swissjabber.ch> wrote:

> Does anybody of you happen to know a Maintainer of these Packages,
> or where I can submit the changes I have made?

That shouldn't be too hard to find out, should it?

> I had to replace the form
>
> (loop for key = (read-line *hunchentoot-stream* nil nil)
>                              while (and key (string-not-equal key "end"))
>                              for value = (read-line *hunchentoot-stream* t)
>                              collect (cons (make-keyword key) value)
>                              do (maybe-write-to-header-stream key value)))
>
> by some tagbody-go-form, because ECL doesnt support it.

ECL doesn't support LOOP?!?

Maybe you can put your patches on some server somewhere or send them
to the list so others interested in the port can check them.

Cheers,
Edi.



More information about the Tbnl-devel mailing list