Search found 1 match

by grault
Fri Nov 13, 2009 3:38 am
Forum: Common Lisp
Topic: Must Know Libs
Replies: 5
Views: 7020

Re: Must Know Libs

It depends on your intent, or on the goal of a project..

As the language is Lisp, I'd suggest closer-mop, contextl, metabang-bind, iterate, cl-def, computed-class, cl-perec...
By the way, due to cffi and uffi, it's relatively cheap to create bindings to c libraries (e.g. GTK+, etc.).

BRs,
Grault