- And the other thing that keeps us on Python, and this is the major thing, is how readable and writable it is. When we hire new employees, I don't think we've yet hired an employee who knew Python. And I just say: "Everything you write needs to be in Python, just so I can read it." And it's awesome, because I can see from across the room, looking at their screen, whether their code is good or bad, because good Python code has a very obvious structure, and that makes my life so much easier. When you're trying to read somebody's Lisp code, it's just, like: "Holy … geez, I mean, this is complicated." Your brain has to do a lot of work just to parse it.
|