From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Kjetil S. Matheussen" Newsgroups: gmane.lisp.guile.user Subject: Re: What new libraries or functionality does Guile need? Date: Tue, 22 Jul 2008 18:24:46 +0200 (CEST) Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1216743935 13278 80.91.229.12 (22 Jul 2008 16:25:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 16:25:35 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jul 22 18:26:24 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KLKgi-0000lB-U3 for guile-user@m.gmane.org; Tue, 22 Jul 2008 18:26:09 +0200 Original-Received: from localhost ([127.0.0.1]:59163 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLKfp-00085A-NA for guile-user@m.gmane.org; Tue, 22 Jul 2008 12:25:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLKfk-00082e-Tr for guile-user@gnu.org; Tue, 22 Jul 2008 12:25:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLKfj-0007zT-A0 for guile-user@gnu.org; Tue, 22 Jul 2008 12:25:08 -0400 Original-Received: from [199.232.76.173] (port=35927 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLKfj-0007zH-1y for guile-user@gnu.org; Tue, 22 Jul 2008 12:25:07 -0400 Original-Received: from smtp.getmail.no ([84.208.20.33]:62312) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLKfi-0000FO-Uj for guile-user@gnu.org; Tue, 22 Jul 2008 12:25:07 -0400 Original-Received: from pmxchannel-daemon.no-osl-m323-srv-009-z2.isp.get.no by no-osl-m323-srv-009-z2.isp.get.no (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) id <0K4F004031LKD800@no-osl-m323-srv-009-z2.isp.get.no> for guile-user@gnu.org; Tue, 22 Jul 2008 18:24:56 +0200 (CEST) Original-Received: from smtp.getmail.no ([10.5.16.1]) by no-osl-m323-srv-009-z2.isp.get.no (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K4F00DO41LGFT40@no-osl-m323-srv-009-z2.isp.get.no> for guile-user@gnu.org; Tue, 22 Jul 2008 18:24:52 +0200 (CEST) Original-Received: from cm-84.215.136.96.getinternet.no ([84.215.136.96]) by no-osl-m323-srv-009-z1.isp.get.no (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K4F00E0T1LFRKG0@no-osl-m323-srv-009-z1.isp.get.no> for guile-user@gnu.org; Tue, 22 Jul 2008 18:24:52 +0200 (CEST) In-reply-to: X-X-Sender: kjetil@ttleush X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6690 Archived-At: JonWilson: > > It seems that snd has a significant amount of functionality that might > be generally useful. Would it be possible for the snd team to spend > some time factoring out these things? I know that snd-c and the GL > bindings have been mentioned here, but I suspect there are other things > as well? > Regards, > Jon > I think extracting eval-c from snd should be quite simple. I'll add that to my mental TODO list. (Reminder: Add electronic TODO list to TODO list) Another useful functionality would be the stalin interface, but that requires a lot more work.