- ASDF encoding - The encoding used by lisp implementation to read source files is often depends on environment,
- Bivalent Streams - An overview of support for this concept at the implementation level
- call-with style - An approach to implementing macro of the type "with-foo"
- change-class dangers - change-class changes the class of the CLOS object involved; in
- CMUCL Hints - A collection of miscellaneous hints and tips for CMUCL users - some also apply to the CMUCL spin-off, SBCL
- Coding Convention - This page describes some common coding convention that you'll see in lisp source code
- CPS - CPS stands for Continuation Passing Style
- Difference between JSON libraries - As can be expected, the libraries do much of the same if you have basic needs
- Exporting Struct-Related Functions - Brief discussion of functions to be considered for export when creating Lisp structures with defstruct
- file-position on non-files - Here's a can of worms
- FORMAT cheat sheet - This is a mirror of http://www.celebris.net/~danlei/linux-bsd/format-strings.html (taking from the snapshot archived on 2008-03-27)
- Macro Characters - Macro characters used by various libraries:
- Make Old CMUCL CLX Work With Magic Cookies - Put the following forms in a file, and load it after CLX is loaded:
- Obtain libraries - Here is a list of projects/libraries/tools intended to install libraries easily
- profiler - The goal of profiling is to find out the bottlenecks of the program, such as which function consumes the most time, which function is called most times etc
- Tail Recursion - "Proper" Tail Recursion as found in Scheme is a feature that some miss in CL
- Unicode and Lisp - Random ramblings on Unicode
- Unicode Support - All contemporary Lisp implementations have reasonable Unicode support
- USN Journal - The USN Journal keeps track of changes made to files and directories on an NTFS volume
- webframeworkmatrix - The purpose of this page is to build list of the existing web frameworks for the production and deployment of Lisp web applications
Programming Tips
The following CLiki pages offer programming tips: