This blog post is 10 years old! Most likely, its content is outdated. Especially if it's technical.
Erann Gat reveals why he lost his mojo with Lisp
What caught my attention (for busy people who don't want to read the whole email):
"So I can't really go into many specifics about what happened at Google because of confidentiality, but the upshot was this: I saw, pretty much for the first time in my life, people being as productive and more in other languages as I was in Lisp. What's more, once I got knocked off my high horse (they had to knock me more than once -- if anyone from Google is reading this, I'm sorry) and actually bothered to really study some of these other languges I found myself suddenly becoming more productive in other languages than I was in Lisp. For example, my language of choice for doing Web development now is Python."
I'm currently studying Lisp myself and it's hard. Really hard. I blame it on being spoiled with a programming language that I can work in without having to read the manual. With python's brilliant introspection I can use the interpreter to find out how a library works just by using help()
and dir()
without even having to read the source code. (not always true of course)
As we're entering the 21st century, the new contender "Usability" is becoming more and more important. Considering that I've now done Python for more than a decade I remind myself one of the reasons I liked it so much; yes, exactly that: Usability.
- Previous:
- To all Zope developers: Does this sound familiar? 08 March 2011
- Next:
- QUnit testing my jQuery Mobile site in full swing 17 March 2011
- Related by category:
- How much faster is Redis at storing a blob of JSON compared to PostgreSQL? 28 September 2019 Python
- Best practice with retries with requests 19 April 2017 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:
- Display current React version 07 January 2018
- Registration and sign-in by email verification 29 April 2013
- Lisp compared to Python 07 July 2005
- Google teething problems still with duplicated content 03 June 2011
- Never seen before Google Server Error 07 May 2009