1. embedded
    Code for dealing with embedded systems
  2. EMI
    EMI (Experiments in Musical Intelligence) is David Cope's project to develop systems which are capable of automatic analysis and resynthesis of musical styles
  3. Enchant
    An interface for Enchant spell-checker library
  4. Encline
    Encline is a Common Lisp software engine for enterprise-class software development
  5. Engelke Eschner
    I guess I'm a Person who probably belongs to the group of YoungLispers, but I don't consider myself a Lisper yet
  6. enhanced-boolean
    enhanced-boolean provides a canonical way of converting generalized booleans to booleans
  7. enhanced-defclass
    enhanced-defclass provides a truly extensible version of DEFCLASS that can accurately control the expansion according to the metaclass and automatically detect the suitable metaclass by analyzing the DEFCLASS form
  8. enhanced-eval-when
    enhanced-eval-when provides an enhanced eval-when macro that supports (eval-when t ...) as a shorthand for (eval-when (:compile-toplevel :load-toplevel :execute) ...), addressing concerns about verbosity
  9. enhanced-find-class
    enhanced-find-class provides a canonical way of converting class designators to classes
  10. enhanced-multiple-value-bind
    enhanced-multiple-value-bind provides an enhanced multiple-value-bind macro that adds support for lambda list keywords by expanding to a multiple-value-call when necessary