First Lisp project: cl-taglib

Discussion of Common Lisp
Post Reply
whoops
Posts: 1
Joined: Mon Jan 28, 2013 7:24 pm

First Lisp project: cl-taglib

Post by whoops » Mon Jan 28, 2013 7:26 pm

Hi all

I've just finished my first project (of any size) with Common Lisp. It's just simple CFFI bindings to taglib (http://taglib.github.com/) which I plan on using for a later project, but it does have a couple macros. It's at https://bitbucket.org/whoops/cl-taglib

Any feedback would be greatly appreciated.

Post Reply