1. defstar
    Defstar is a collection of Common Lisp macros that can be used in place of defun, defmethod, defgeneric, defvar, defparameter, flet, labels, let* and lambda
  2. defsystem-compatibility
    Defsystem-compatibility papers over the differences between system definition tools and also provides a small set of relective capabilities to help system groveling tools be more portable
  3. demacs
    Demacs is an extensible way of defining various things
  4. Demyltify
    Demyltify is a library that lets you write Sendmail email filters (milters) in Common Lisp
  5. Dennis Decker Jensen
    A Person who likes programming languages and dabbled with Lisp alot
  6. Deployment
    cl-daemonize - cl-daemonize is a tool to daemonize a Lisp process without the need for screen/detachtty cl-launch - cl-launch is a unix utility to make your Lisp software easily invokable from the shell command-line Consfigurator - A system for declarative configuration management using Common Lisp Creating Executables - Most Common Lisp implementations support creating native-format executable files lispx-proxy - lispx-proxy (Lisp Execution Proxy) is a Lisp application launcher for Windows (A *nix port with limited functionality is also available) Unix shell scripting - This is a guide for writing Unix shell scripts in various Common Lisp implementations
  7. deprecations
    deprecations allows you to define functions, generic functions, macros and symbol macros as deprecated
  8. Design by contract
    Design by contract is an approach for designing software
  9. Design Patterns
    Design Patterns are widely applicable techniques in programming
  10. detachtty
    detachtty is a Unix utility that lets you run interactive programs (such as Lisp) non-interactively