I V <[EMAIL PROTECTED]> writes:
> > Also, Python does not support a functional style of programming so the 
> > line is the only meaningful textual entity. In this sense the 
> > primitiveness of Python makes editing easier.
> 
> Why do you say that? Wouldn't a block in python be a "meaningful textual
> entity" in the same way a lisp form would be?

You normally wouldn't refactor Python code by moving an indented block
to the inside of an expression.  That is done all the time in Lisp.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to