CL-containers

Discussion of Common Lisp
Post Reply
vega
Posts: 2
Joined: Thu Sep 05, 2013 7:56 am

CL-containers

Post by vega » Thu Sep 10, 2015 4:33 pm

Hello, I am trying to use this cl-containers library, but I can't really understand how it works. The documentation I have found is from quickdocs and from an introductory pdf file on the cl-containers project page on github.

Is there any tutorial-style documentation?

arvid
Posts: 4
Joined: Sat Mar 07, 2009 8:23 am

Re: CL-containers

Post by arvid » Sat Sep 12, 2015 6:45 pm

I have used this library a few times. mostly for queues and stacks. I seemed pretty straightforward to me. To understand it, you might want to look at the tests. You can also look at other projects that depend on it. According to quickdocs those are:
  • blackthorn-engine - 2D game engine for Common Lisp
    cambl - A library for working with financial amounts involving multiple commodities.
    cl-graph - Graph manipulation utilities for Common Lisp

Post Reply