It's cool to see an organization working with CL in production. I totally understand why more companies don't follow (and honestly I'm not sure I'd want to coexist in a CL codebase with more than a few programmers) but it's still encouraging.

> (and honestly I'm not sure I'd want to coexist in a CL codebase with more than a few programmers)

What are your thoughts here?

I’ve found lisps to be my favorite languages to read other people’s code in.

Perhaps it's because of typing. Personally I find that structural insights on code from static analysis to be just as important if not more than local readability. I also generally find that it's the complexity of program strategy that impairs local readability more than syntax or style.