Hacker News new | ask | show | jobs
by jcheng 2140 days ago
I can imagine the impact Clojure had; learning about Lisp had a big impact on my programming journey.

What was it about Go that made your Python code better, though?

1 comments

Go helped me learn about designing good interfaces, and how to write tests using dependency injection rather than just patching stuff out.