

| |||||||
|
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.
DNS Message Decoding - A Case Study Comparing Java and Common Lisp
A study that compares two implementations of a DNS resolver library, one written in Common Lisp and the other in Java. 30 May 2004.
Software Bits
a lot of random bits of lisp code. (Parsers, plotters, SMTP, and more...)
Understanding Mel-Base Folders
A blog entry explaining the concept of folders of the Mel-Base email library. Mel-Base folders are an abstraction of sinks and sources of messages, on which a number operations, such as copying or mov...