CL

From WikEmacs
Jump to navigation Jump to search

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.

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


Basic setup

(require 'cl)

See Also

External Links