CLiki - Search results
Search results
- B-Tries
A prototypical implementation of the data structure described in the paper "B-tries for disk-based string management" (PDF)
- Basic-English-Grammar
Basic-English-Grammar is a lisp system for working with the English grammar data from the
- beirc
beirc is a CLIM IRC client application using the cl-irc library as a backend, initially written by Gilbert Baumann, now maintained by Dave Murray and others
- Bits from Mark Triggs's .emacs
Just a couple of things I find useful for Lisp editing
- call-next-macro
Here's a macro example that may be less of a headache to understand than rebinding
- cells
cells is a dataflow extension to CLOS (think spreadsheet-type programming, with slots being spreadsheet cells) by Kenny Tilton
- cgn
cgn is an interface to the gnuplot plotting library
- cl-btree
B-Tree implemented in Common Lisp
- cl-dormouse
Dormouse ('Doryen' + 'Mouse', groan) is a windowing `graphical' user interface built on top of libtcod
- CL-EARLEY-PARSER
The Earley parser depends on a grammar description (currently in Backus-Naur form) and a lexicon (currently in a plist like form)