Hacker News new | ask | show | jobs
by Guthur 2990 days ago
It's also possible that you can move faster with a dynamically type checked language.

I would be of the opinion that it is faster because if static compilation was a free lunch there would be no question

2 comments

If static compilation was a free lunch AND people were rational, which they are not, there would be no question.

I definitely move faster in decent statically typed languages, but I did invest time in learning.

Yes, move faster, then pay the price later when stuff is broken and hard to fix.