Search results

  1. cl-yahoo
    CL-YAHOO is a Common Lisp interface to the Yahoo! API, a web API which enables searching the web through yahoo
  2. CLISP-Shell
    A description of how to make CLISP work as a Unix shell.
  3. CLOS
    The Common Lisp Object System is based on generic functions, multiple inheritance, and declarative method combination
  4. clos-diff
    clos-diff is a library to create and apply diffs of CLOS objects in a compact representation
  5. CloserLookAtSyntax
    From time to time, we see lisp very newbies try to write "blocks" of expressions within parentheses like:
  6. CLPfAI
    Common Lisp Programming for Artificial Intelligence
  7. clufs-0.7
    Release 0.7 of clufs
  8. CMUCL Hints
    A collection of miscellaneous hints and tips for CMUCL users - some also apply to the CMUCL spin-off, SBCL
  9. Coding Convention
    This page describes some common coding convention that you'll see in lisp source code
  10. collapse-string
    A function to remove whitespace from a string, with the option of collapsing each "run" to a single character, while optionally ignoring whitespace on the left, right, or both ends of the string