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: Tassilo Horn
Subject: Re: elisp from CL transition guide
Date: Thu, 16 Aug 2007 11:47:08 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Tamas Papp <tkpapp@gmail.com> writes:

Hi Tamas,

> 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.

There's `format' but it's quite different.

> Is there some page where these differences are listed?

The biggest difference is dynamical versus lexical scoping.

And check out the `cl' library.  It defines many functions and macros CL
hackers might be missing, for example the allmighty `loop' or `setf'.

Bye,
Tassilo
-- 
In the first  Jurassic Park movie, the Tyrannosaurus  Rex wasn't chasing
the jeep. Chuck Norris was chasing the Tyrannosaurus AND the jeep.


reply via email to

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