7 July 2005 1 comment Python
This blog post is 17 years old! Most likely, its content is outdated. Especially if it's technical.
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."
- Previous:
- Falling mannequin animation 4 July 2005
- Next:
- Unaffected by the London blasts 7 July 2005
- Related by category:
- Best practice with retries with requests 19 April 2017 Python
- How much faster is Redis at storing a blob of JSON compared to PostgreSQL? 28 September 2019 Python
- Fastest way to find out if a file exists in S3 (with boto3) 16 June 2017 Python
- Interesting float/int casting in Python 25 April 2006 Python
- Fastest way to unzip a zip file in Python 31 January 2018 Python
- Related by keyword:
- More productive than Lisp? Really??! 10 March 2011
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.