cross-posted from: https://piefed.jeena.net/post/33729
You are viewing a single thread.
View all comments 6 points
“Hardware cycles are cheap. Wetware cycles are expensive.”
- Paraphrased from something I once heard Jacob Kaplan-Moss say but don’t remember his exact wording at PyCon many moons ago.
4 points
Then why do Python people insist on having the programmer do so much stuff instead of letting a compiler do it?
2 points
0 points
Verifying that your different pieces of code actually work together. With a static type system and similar compiler features you can lighten the mental load a lot compared to languages like Python where you need to keep it all in your head.
1 point