Re: Urgent need for solution: guile to serve the web (+ python?)

2005-04-02 Thread Thien-Thi Nguyen
From: Roland Orre <[EMAIL PROTECTED]> Date: Sat, 02 Apr 2005 22:06:38 +0200 Great!, it seems to contain exactly what I need. In fact i think my search methods worked very well... :) indeed (if you want the beans spilt, just touch the crackpot :-). however, before you give up the searc

ttn-pers-scheme 0.41 available

2005-04-02 Thread Thien-Thi Nguyen
release notes: this release is motivated primarily by need for `rest-lines-trim' field type for Guile-SDL coverage note-taking and excuse-making... thi README excerpt: This directory contains ttn's personal scheme library, a collection of Guile Scheme code and intervening text (-: a

Re: Urgent need for solution: guile to serve the web (+ python?)

2005-04-02 Thread Roland Orre
On Sat, 2005-04-02 at 20:32, Thien-Thi Nguyen wrote: >From: Roland Orre <[EMAIL PROTECTED]> > a lot of this stuff has been around for a while. if you were not able > to find them that probably means your search methods could be improved. > Great!, it seems to contain exactly what I need. In

Order of the evaluation of elements in a quasiquote list.

2005-04-02 Thread Kjetil Svalastog Matheussen
Hi, I have recently stumbled upon various bugs in my code because the order of the evaluation of the elements in a quasiquote list changes. I know that the order of arguments aren't specified in r5rs, but I personally think it would have been very practicaly if they were... Please, I don't want

(unofficial) Guile-WWW docs online

2005-04-02 Thread Thien-Thi Nguyen
(unofficial) Guile-WWW manual is now browseable from the web: http://www.glug.org/people/ttn/software/guile-www/doc/ thi ___ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user

Re: Urgent need for solution: guile to serve the web (+ python?)

2005-04-02 Thread Thien-Thi Nguyen
From: Roland Orre <[EMAIL PROTECTED]> Date: Sat, 02 Apr 2005 14:59:48 +0200 server in guile http://www.glug.org/people/ttn/software/ttn-do/dist/sizzweb.scm http://www.glug.org/people/ttn/software/ttn-do/dist/grumi.scm http://www.glug.org/people/ttn/software/guile-www/ XML parser htt

Re: Urgent need for solution: guile to serve the web (+ python?)

2005-04-02 Thread Alan Grover
Roland Orre <[EMAIL PROTECTED]> wrote In python I can easily define a web server to serve my needs (simple GET and POST including cookie handling and file transfers). I've set up such a server using examples I found in half an hour. The easiest now would be to make such a server in guile, but I hav

Re: Urgent need for solution: guile to serve the web (+ python?)

2005-04-02 Thread Julian Graham
Also, if you need anything over and above a SAX API, you might want to check out my Scheme DOM implementation, SDOM (http://www.nongnu.org/sdom/). It's currently far from being done, but most of the important stuff is there. Cheers, Julian On Apr 2, 2005 9:52 AM, Andreas Rottmann <[EMAIL PROTEC

Re: Urgent need for solution: guile to serve the web (+ python?)

2005-04-02 Thread Andreas Rottmann
Roland Orre <[EMAIL PROTECTED]> writes: > My problem: I have invested a lot of development using the guile API > and am now in urgent need to interface my software with the web. > > In python I can easily define a web server to serve my needs > (simple GET and POST including cookie handling and fi

Urgent need for solution: guile to serve the web (+ python?)

2005-04-02 Thread Roland Orre
My problem: I have invested a lot of development using the guile API and am now in urgent need to interface my software with the web. In python I can easily define a web server to serve my needs (simple GET and POST including cookie handling and file transfers). I've set up such a server using exa