From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.user Subject: Re: What new libraries or functionality does Guile need? Date: Fri, 18 Jul 2008 15:37:50 -0400 Message-ID: <17193252.1216409870921.JavaMail.root@web17> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216408044 29320 80.91.229.12 (18 Jul 2008 19:07:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jul 2008 19:07:24 +0000 (UTC) Cc: Guile User To: Andre Kuehne Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jul 18 21:08:11 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 1KJvJC-00006m-Sn for guile-user@m.gmane.org; Fri, 18 Jul 2008 21:08:03 +0200 Original-Received: from localhost ([127.0.0.1]:53078 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJvIJ-0002x9-RC for guile-user@m.gmane.org; Fri, 18 Jul 2008 15:07:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJvIF-0002wr-6i for guile-user@gnu.org; Fri, 18 Jul 2008 15:07:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJvID-0002wY-Ga for guile-user@gnu.org; Fri, 18 Jul 2008 15:07:02 -0400 Original-Received: from [199.232.76.173] (port=46296 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJvID-0002wO-9n for guile-user@gnu.org; Fri, 18 Jul 2008 15:07:01 -0400 Original-Received: from mta15.mail.adelphia.net ([68.168.78.77]:40250 helo=mta15.adelphia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJvIC-00008w-RP for guile-user@gnu.org; Fri, 18 Jul 2008 15:07:01 -0400 Original-Received: from web17 ([68.168.75.39]) by mta15.adelphia.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20080718190544.QXUD2677.mta15.adelphia.net@web17>; Fri, 18 Jul 2008 15:05:44 -0400 X-Priority: 3 (Normal) Sensitivity: Normal X-detected-kernel: by monty-python.gnu.org: Solaris 8 (2) 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:6673 Archived-At: ---- Andre Kuehne wrote: > Mike Gran wrote: > > Hi- > > If you could ask someone to write a library or package a set of functionality for Guile that it doesn't currently have, what would it be? > > (My personal projects are near completion, and I may have some Saturdays free.) > > -Mike > > > > > Hi Mike, > > 1) I would like to have a sqlite-wrapper for guile. There is a great sqlite chicken egg > > http://www.call-with-current-continuation.org/eggs/3/sqlite3.html > > if this is of any help, but even a simpler interface would be nice. Hmm. I have a small wrapper that I have been using in sneek (the #guile channel bot on freende) for years. It just provides open, close, and exec. I think it's still at http://users.adelphia.net/~dsmich/guile-sqlite-0.4.tar.gz -Dale