From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: rm@fabula.de Newsgroups: gmane.lisp.guile.user Subject: Re: mozilla efforts? Date: Tue, 15 Oct 2002 11:43:49 +0200 Sender: guile-user-admin@gnu.org Message-ID: <20021015094349.GC31894@www> References: <87hefoyb6m.fsf@pooh-sticks-bridge.tapsellferrier.co.uk> <20021014170107.16fe1a24.dsmith@altustech.com> <87bs5wy8hh.fsf@pooh-sticks-bridge.tapsellferrier.co.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1034674425 27507 80.91.224.249 (15 Oct 2002 09:33:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 15 Oct 2002 09:33:45 +0000 (UTC) Cc: "Dale P. Smith" , guile-user@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 181O5A-00079W-00 for ; Tue, 15 Oct 2002 11:33:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 181NzI-0008Ck-00; Tue, 15 Oct 2002 05:27:40 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 181Nxv-0004gd-00 for guile-user@gnu.org; Tue, 15 Oct 2002 05:26:15 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 181Nxt-0004fy-00 for guile-user@gnu.org; Tue, 15 Oct 2002 05:26:14 -0400 Original-Received: from www.elogos.de ([212.18.192.92]) by monty-python.gnu.org with esmtp (Exim 4.10) id 181Nxs-0004ea-00 for guile-user@gnu.org; Tue, 15 Oct 2002 05:26:13 -0400 Original-Received: by www.elogos.de (Postfix, from userid 5001) id F22581049BA; Tue, 15 Oct 2002 11:43:49 +0200 (CEST) Original-To: Nic Ferrier Content-Disposition: inline In-Reply-To: <87bs5wy8hh.fsf@pooh-sticks-bridge.tapsellferrier.co.uk> User-Agent: Mutt/1.3.24i Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1198 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1198 On Mon, Oct 14, 2002 at 10:13:30PM +0000, Nic Ferrier wrote: > "Dale P. Smith" writes: > > > On 14 Oct 2002 21:15:13 +0000 > > Nic Ferrier wrote: > > > > > Is there anybody out there working on plugging Guile into mozilla? It > > > seems to me it would be a useful scripting replacement and a good > > > XPCOM language. > > > > I was looking at postgres and I discovered you could add scripting > > plugins there too. You could have a whole three-tier archecture running > > guile: netscape, apache and postgres. ;^) > > > > I don't think anyone is working on it. > > I am working on guile as a proc language for postgresql. That sounds _pretty_ interessting! I had a look at the same task a while ago but got stuck with memory management and non-local exits which seem to happen quite often in the postgresql backend (from my little under- standing -- mainly from looking at the embedded TCL interpreter -- i got the impression that in case of a transaction rollback the backend uses '(3) longjmp' to exit the transaction context and i wasn't shure how to deal with it in presence of continuations. Is your code public? Ralf Mattes > Another attractive proposition is to get guile functions callable > from libxml. Then you could have: > > postgresql | libxslt | mozilla. > > > > Nic > > > > _______________________________________________ > Guile-user mailing list > Guile-user@gnu.org > http://mail.gnu.org/mailman/listinfo/guile-user _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user