This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

CL-containers

2 posts · 3237 views

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?

Re: CL-containers

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