CL
Description | Partial Common Lisp implementation in Emacs Lisp |
---|---|
Author | Dave Gilespie |
Maintainer | FSF |
Source | http://bzr.savannah.gnu.org/lh/emacs/emacs-24/annotate/head:/lisp/emacs-lisp/cl.el |
GNU Emacs includes a package called "'CL'" that implements a large subset of Common Lisp. Although it can be used to port Common Lisp code, its main purpose is to provide Emacs Lisp developers with a set of powerful programming tools.
Basic setup
(require 'cl)