@gemlog
Yep! Early in my career I was like many on Fedi — hated the idea of programming language forcing coding style on me, having wrote some Perl and having near no experience in Python, I've seen a well-maintained framework in Perl turn into an absolute mess when being actively worked on by a team under a time constraint.
@gemlog
It was then when I realised why inline regexes might seem neat, but are actually are a horrible idea — that is precisely why they were implemented so awkwardly in Python — to make them seem more like functions and be named and documented accordingly…
Ever since then I never had the incentive to touch Perl again 😄