Conversation

in my experience, when programming with dynamic types, I tend to feel like I'm spending a lot of my time solving the *computer's* problems for it; whereas with static types, I feel like that time gets spent thinking about how to get the computer to solve more of *my* problems
9
222
That’s interesting :) because I often hear experienced Common Lisp devs say that with statically typed langs they tend to feel like solving compiler’s problems and not their own. Compiler problems need sometimes workarounds then.
1
5