Hide
Login/Register to vote and to have access to more featuresYou are here: Root > By Topic
Go directly to another tagGo directly to another tagAll Last Modified Items for Data structures
Back to full tag viewCommon Lisp User Space File System (Added)Last modification: Mon, 28 Nov 2011 19:55:04 GMTA simple file based file system. Use mkfs and mount to take clufs file system into use. Use it with mkdir, create, open and close to read and write files. Open returns a stream to file in clufs file s...
cl-btree (Added)Last modification: Mon, 28 Nov 2011 19:39:48 GMTB-Tree implemented in Common Lisp. Stores key/value pairs onto disk based data structure. Current implementation has been tested with SBCL.
Wu-Decimal (Added)Last modification: Sat, 24 Sep 2011 23:26:31 GMTLibrary to add decimals (fixed precision and scale numbers) as supported numeric types in Common Lisp.
Sheeple (Modified)Last modification: Sat, 23 Jan 2010 02:13:37 GMTSheeple is a delegative prototype-based object system inspired by CLOS.
It is designed with the purpose of providing the goodies of CLOS programming, but in an object-based environment.
As such, it ...
CL-Graph (Modified)Last modification: Fri, 30 Oct 2009 13:54:36 GMTA package for creating and manipulating graphs (in the graph-theoretic sense). Creates a set of CLOS classes for graphs, vertices, edges. Provides algorithms for traversing, counting, searching for ve...
Lisp Idioms (Modified)Last modification: Sat, 18 Apr 2009 16:10:45 GMTAn article by Gene Michael Stover with various Common Lisp idioms for working with lists, sequences, matrixes, and other data.
Metatilities (Modified)Last modification: Sun, 02 Mar 2008 10:03:05 GMTA collection of miscellaneous utilities for container data structures, binding, user interface, dates and times, I/O, symbols, sequences, string manipulation, and more.
FSet (Added)Last modification: Sun, 15 Jul 2007 05:32:42 GMTFSet is a functional set-theoretic collections library for Common Lisp. All update operations return a new collection, rather than modifying an existing one in place. FSet has sets, bags (multisets)...
S-Dot: A Common Lisp Interface to Graphviz Dot (Added)Last modification: Sun, 05 Nov 2006 10:54:50 GMTAn implementation of a sexp-based syntax for the input language of the Dot graph drawing tool, which is part of the GraphViz suite.
Common LISPcraft Code (Added)Last modification: Fri, 03 Nov 2006 13:47:55 GMTThe source code for the book "Common LISPcraft" by Robert Wilensky, W. W. Norton & Company; 2nd edition (June 1986). It mostly includes AI and parsing code.
TREES (Added)Last modification: Tue, 24 Oct 2006 13:49:55 GMTA binary trees library with a uniform CLOS interface. It supports ordinary binary, AVL, Red-Black, and AA trees.
CL-Containers (Modified)Last modification: Mon, 25 Sep 2006 14:51:39 GMTA library that provides new container data structures (trees, queues, heaps, and more) and a standard interface for using them.
Bouquet: a graph generator (Added)Last modification: Sat, 16 Sep 2006 08:03:23 GMTA graph generator that accepts Lisp objects as nodes, and produces descriptions for use with the Tulip graph visualization framework.
Genhash (Added)Last modification: Wed, 16 Aug 2006 09:01:59 GMTA library for "generic hash tables".
DEFTABLE: Unifies interface to Common Lisp's table-like data structures (Added)Last modification: Wed, 12 Jul 2006 19:12:30 GMTThe DEFTABLE macro unifies the interface to Common Lisp's table-like data structures (e.g., association lists, property lists, and hash tables, vectors), providing a concise, lightweight syntax. Later...
CL-DOT (Added)Last modification: Tue, 04 Jul 2006 13:26:53 GMTA library for "generating dot (a program in the Graphviz suite) output from arbitrary Lisp data". Graphviz is a graph visualization software.
Com-lisp-utils (Modified)Last modification: Sat, 20 May 2006 13:04:02 GMTThe Common Lisp Utilities project "intends to be a repository for packages that run on any compliant implementation of ANSI Common Lisp". It contains code for data and control structures, financial fu...
CLOCC (Modified)Last modification: Sat, 20 May 2006 13:04:02 GMTCLOCC (Common Lisp Open Code Collection) is a large collection of free, portable, self-contained and ready to use libraries and software. It includes development tools, GUI toolkits, portability laye...
List comprehensions, after Python (Modified)Last modification: Sun, 19 Mar 2006 13:06:41 GMTAn implementation of the GATHER macro, which generalizes the list comprehensions facilities of the Python programming language.
Lisp toys (Added)Last modification: Sun, 19 Mar 2006 12:13:50 GMTA collection of small utilities for syntactic extension, global variables, control structures and list manipulation.
List comprehensions for Lisp (Added)Last modification: Thu, 16 Mar 2006 08:20:07 GMTA library for manipulating lists with list comprehension constructs. It can also be used with arbitrary sequences, hash tables and multidimensional arrays.
spatial-trees (Added)Last modification: Wed, 15 Mar 2006 11:57:00 GMTA library for manipulating "dynamic index structures for spatially-extended data" such as R-trees, Greene-trees, R*-trees and X-trees.
Flexichain (Modified)Last modification: Fri, 03 Mar 2006 14:16:50 GMTLibrary for creating and managing flaxichains. A flexichain is a data structure for efficiently and dynamically adding to, and deleting elements from, a sequence (or "chain") of such elements. The buf...
CL-STORE (Modified)Last modification: Fri, 24 Feb 2006 21:08:48 GMTcl-store is an asdf-installable portable library for serializing and deserializing Common Lisp objects to and from streams. It currently runs on SBCL, CMUCL, CLISP, ACL, OpenMCL and Lispworks.
cl-graphviz (Modified)Last modification: Thu, 23 Feb 2006 15:14:30 GMTCFFI interface for Graphviz, integrated with cl-graph.
psgraph (Added)Last modification: Tue, 21 Feb 2006 20:23:16 GMTA library for generating PostScript pictures of directed acyclic graphs.
Lisp hacks (Added)Last modification: Sun, 19 Feb 2006 13:02:09 GMTA collection of small libraries for packages, dynamic variables, lists, iteration, CLOS, and HTML generation.
SPLIT-SEQUENCE (Added)Last modification: Wed, 11 Jan 2006 13:31:33 GMTFunction for splitting a sequence into a list of subsequences delimited by objects satisfying a test.
Petri Net Editor (Added)Last modification: Tue, 10 Jan 2006 16:38:39 GMTSimple editor for token Petri nets. It has a CLIM GUI and demonstrates basic CLIM and CLOS programming techniques. This is the sample code described in the "CLIM - Der Common LISP Interface Manager" s...
Some Useful Lisp Algorithms: Part 2 (Added)Last modification: Fri, 06 Jan 2006 21:51:04 GMTCollection of 3 technical papers written during 1992 and 1993 by Richard "Dick" Waters and submitted to the ACM Lisp Pointers journal.
The first paper, titled "Using the New Common Lisp Pretty Printer...
Some Useful Lisp Algorithms: Part 1 (Added)Last modification: Fri, 06 Jan 2006 21:38:55 GMTCollection of 3 technical papers written during 1991 by Richard "Dick" Waters and submitted to the ACM Lisp Pointers journal.
The first paper, titled "Supporting the Regression Testing of Lisp Program...
Series (Added)Last modification: Thu, 05 Jan 2006 19:42:37 GMTA series is a data structure much like a sequence, with similar kinds of operations. The difference is that in many situations, operations on series may be composed functionally and yet execute iterat...