libexif binding

2010-11-26 Thread Andy Wingo
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.

Happy hacking,

Andy
-- 
http://wingolog.org/



Re: new sqlite binding

2010-11-26 Thread Linas Vepstas
Hi,

On 25 November 2010 08:12, Andy Wingo  wrote:
>
> I just hacked up a new binding to sqlite. It works with sqlite3 and
> Guile 1.9/2.0. Check it out at:
>
>  http://gitorious.org/guile-sqlite3

I'd like to horn in on Andy's glory by advertising guile-dbi

   http://home.gna.org/guile-dbi/

which provides a consistent set of bindings to three different
systems: Postgres, MySQL and SQLite3

Like Andy, I solicit patches/fixes/extensions.

--linas