

| |||||||
|
BORDEAUX-MP
A specification for a standard multi-threading Common Lisp API. It has been superseded by Bordeaux-Threads.
Common Lisp Sockets APIs - An analysis and proposal
Paper by Dave Roberts, 27 December 2005.
It proposes a creation of standardised Common Lisp networking API.
DROP: a push/pushnew complement
The DROP macro removes an element from a list in a place.
Literate Programming in Lisp
How to embed text in a Lisp file.
Maintaining Portable Lisp Programs - It's a bug, not a feature
Paper by Christophe Rhodes, 5 February 2004. It examines "the use of read-time feature conditionals, with particular emphasis on writing portable Common Lisp code which aspires to both forwards- and b...
Performance
A web site with information and links to papers and resources on Lisp performance issues and profiling, particularly Common Lisp.
Portable Utilities for Common Lisp - User Guide and Implementation Notes
School of Computer Science, Carnegie Mellon University technical report CMU-CS-91-143 by Mark Kantrowitz, May 1991. The autor describes the design, implementation and usage of a set of portable Common...
Some Useful Lisp Algorithms: Part 1
Collection 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...