URL: http://groups-beta.google.com/group/comp.lang.python/msg/6bf9cac9de984371

I was reading a thread about "Lisp development with macros faster than Python development?" on comp.lang.python when I stumbled across a little statement by Raymond Hettinger, a core Python developer:

"With Lisp or Forth, a master programmer has unlimited power and expressiveness. With Python, even a regular guy can reach for the stars."

Comments

Doug Rosser

In all honesty, good programmers can write elegant, maintainable code in any language. What I like most about Python is that "problematic" code can be read and maintained more easily than any other language.

Your email will never ever be published.

Previous:
Falling mannequin animation July 4, 2005 Misc. links
Next:
Unaffected by the London blasts July 7, 2005
Related by category:
A Python dict that can report which keys you did not use June 12, 2025 Python
Faster way to sum an integer series in Python August 28, 2025 Python
Combining Django signals with in-memory LRU cache August 9, 2025 Python
Native connection pooling in Django 5 with PostgreSQL June 25, 2025 Python
Related by keyword:
More productive than Lisp? Really??! March 10, 2011 Python