Alexander Schmolck <[EMAIL PROTECTED]> writes:

> Ken Tilton <[EMAIL PROTECTED]> writes:
> 
> > In Common Lisp we would have:
> > 
> >     (defvar *x*) ;; makes it special
> >     (setf *x* 1)
> >     (print *x*) ;;-> 1
> >     (let ((*x* 2))
> >        (print *x*)) ;; -> 2
> >     (print *x*) ;; -> 1
> 
> You seem to think that conflating special variable binding and lexical
> variable binding is a feature and not a bug. What's your rationale?

And the particularly ugly, crappy, half baked python emulation is what?
A feature?  Right.


/Jon

-- 
'j' - a n t h o n y at romeo/charley/november com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to