CL

From WikEmacs
Revision as of 10:12, 12 May 2012 by 93.152.182.45 (talk) (added basic cl package page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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)

See Also

External Links