Ruby and Python

Alex Martelli aleaxit at yahoo.com
Tue Nov 21 05:31:14 EST 2000


"Suchandra Thapa" <ssthapa at harper.uchicago.edu> wrote in message
news:slrn91ht1l.1mn.ssthapa at localhost.localdomain...
    [snip]
> until recently.  In fact, I think emacs lisp is still dynamically scoped.

It is, and you can import and use a CL-emulation package (and
explicitly bind some variables _lexically_, with such typical
idioms as...:
    (lexical-let ((n n)) ...
if and when you need them).


Alex







More information about the Python-list mailing list