From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tom Lord Newsgroups: gmane.lisp.guile.devel Subject: Re: What can I do to help? Date: Mon, 30 Sep 2002 11:30:58 -0700 (PDT) Sender: guile-devel-admin@gnu.org Message-ID: <200209301830.LAA25851@morrowfield.regexps.com> References: <20020928105825.A8084@ns.jfreebies.com> <15765.54934.110668.553564@blauw.xs4all.nl> <20020930085654.A14784@ns.jfreebies.com> <20020930065753.0cfd62da.dsmith@altustech.com> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1033410450 6410 127.0.0.1 (30 Sep 2002 18:27:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 30 Sep 2002 18:27:30 +0000 (UTC) Cc: wjb@abstractnonsense.com, guile-devel@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 17w5GS-0001fE-00 for ; Mon, 30 Sep 2002 20:27:28 +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 17w5Gf-0006wj-00; Mon, 30 Sep 2002 14:27:41 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17w5FC-0006Wd-00 for guile-devel@gnu.org; Mon, 30 Sep 2002 14:26:10 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17w5F9-0006SG-00 for guile-devel@gnu.org; Mon, 30 Sep 2002 14:26:10 -0400 Original-Received: from 1cust245.tnt13.sfo8.da.uu.net ([63.10.241.245] helo=morrowfield.regexps.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17w5F8-0006Rg-00 for guile-devel@gnu.org; Mon, 30 Sep 2002 14:26:06 -0400 Original-Received: (from lord@localhost) by morrowfield.regexps.com (8.9.1/8.9.1) id LAA25851; Mon, 30 Sep 2002 11:30:58 -0700 (PDT) (envelope-from lord@morrowfield.regexps.com) Original-To: dsmith@altustech.com In-reply-to: <20020930065753.0cfd62da.dsmith@altustech.com> Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1387 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1387 > maybe a set of GUILE bindings for libxml or somesuch How about, instead of adding to the size of guile and the number of primitive types, a filter program that translates between XML and s-expressions? Guile has some degree of SCSH support, already, right? `run-process/sexp' or the like could be used for reading.... You'd have to handle exit status very carefully to make it robust. It would also be useful for Emacs and for other Scheme implementations. -t _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel