Lisp data structures repository?
From: Andrew P. Lentvorski, Jr. (bsder_at_allcaps.org)
Date: 01/29/05
- Next message: Eric Sosman: "Re: what's OOP's jargons and complexities?"
- Previous message: Martin Ambuhl: "Re: what's OOP's jargons and complexities?"
- Next in thread: Pascal Bourguignon: "Re: Lisp data structures repository?"
- Reply: Pascal Bourguignon: "Re: Lisp data structures repository?"
- Reply: Peter Scott: "Re: Lisp data structures repository?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Jan 2005 17:06:40 -0800
Is there a data structures repository or library for Common Lisp?
Something along the lines of what C++ has in Boost ( www.boost.org )
I took a quick look around Google and Cliki, but only seemed to find
the occasional library, and generally only one data structure.
Unfortunately, most of them tended to be rather sparsely tested, and
not necessarily very conformant with the standard naming/usage
conventions of Common Lisp.
For my particular application, I was looking for a heap. I found one
here: http://www.lisp-p.org/lisp-heap/ but it has a GPL license and,
consequently, cannot really be used in my code.
Yes, I can write one. But all that results in is another sparsely
tested, weakly conformant data structure. And, while my current need
was a simple heap, I can forsee the need for other structures coming
up.
If I'm going to write a heap (and it looks like I will have to), I'd at
least like to submit it with a BSD license and unit tests (probably
using clos-unit as its license looks to be effectively BSD) to some
folks to get dissected, vetted, and put forth for future usage by
others. Especially since I don't necessarily understand the Common
Lisp style/conventions very well.
Thanks,
-a
- Next message: Eric Sosman: "Re: what's OOP's jargons and complexities?"
- Previous message: Martin Ambuhl: "Re: what's OOP's jargons and complexities?"
- Next in thread: Pascal Bourguignon: "Re: Lisp data structures repository?"
- Reply: Pascal Bourguignon: "Re: Lisp data structures repository?"
- Reply: Peter Scott: "Re: Lisp data structures repository?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|