help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: elisp from CL transition guide


From: Pascal Bourguignon
Subject: Re: elisp from CL transition guide
Date: Thu, 16 Aug 2007 17:24:35 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.1.50 (gnu/linux)

Tamas Papp <tkpapp@gmail.com> writes:
> I have some Common Lisp programming experience, and would like to use
> Emacs Lisp for simple tasks.  I found introductions to Elisp, but what
> I am looking for is some guide that would tell me the differences from
> CL, to get started quicker.  I already found that there is no
> defparameter or format etc.  Is there some page where these
> differences are listed?

The main gotcha is that in emacs lisp there is only dynamic binding,
no lexical binding (and therefore no closure).

What you could do is to still use Common Lisp to program emacs lisp
stuff, with emacs-cl, which is a CL implementation.


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

NOTE: The most fundamental particles in this product are held
together by a "gluing" force about which little is currently known
and whose adhesive power can therefore not be permanently
guaranteed.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]