From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: libexif binding Date: Sun, 28 Nov 2010 11:43:36 +0000 Message-ID: <87wrnx1u4r.fsf@ossau.uklinux.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1290949229 14772 80.91.229.12 (28 Nov 2010 13:00:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 28 Nov 2010 13:00:29 +0000 (UTC) Cc: guile-user To: Andy Wingo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Nov 28 14:00:23 2010 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.69) (envelope-from ) id 1PMgrd-0001mG-Ro for guile-user@m.gmane.org; Sun, 28 Nov 2010 14:00:22 +0100 Original-Received: from localhost ([127.0.0.1]:36697 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMgrc-0006Jz-VP for guile-user@m.gmane.org; Sun, 28 Nov 2010 08:00:21 -0500 Original-Received: from [140.186.70.92] (port=43870 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMgrT-0006Ix-4w for guile-user@gnu.org; Sun, 28 Nov 2010 08:00:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PMgrR-0003fG-80 for guile-user@gnu.org; Sun, 28 Nov 2010 08:00:11 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:34568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PMgrR-0003Y5-3C for guile-user@gnu.org; Sun, 28 Nov 2010 08:00:09 -0500 Original-Received: from arudy (unknown [78.149.126.128]) by mail3.uklinux.net (Postfix) with ESMTP id C2A811F6B32; Sun, 28 Nov 2010 12:59:35 +0000 (GMT) Original-Received: from neil-laptop (unknown [192.168.11.7]) by arudy (Postfix) with ESMTP id 0E0A63800B; Sun, 28 Nov 2010 12:59:33 +0000 (GMT) In-Reply-To: (Andy Wingo's message of "Fri, 26 Nov 2010 16:26:45 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:8242 Archived-At: Andy Wingo writes: > Hey all, > > I wrote a quick binding to libexif, and threw it up on the tubes. It's > here: > > http://gitorious.org/guile-exif > > I'm rewriting my web photo gallery from being in python to guile, hence > the sqlite and exif hacking. Really cool to see these quick new bindings using the 1.9/2.0 FFI! Neil