Earlier quoted context omitted.
Can you see the value in being able to create software more quickly, at the expense of the software's stability?
No, the compiler needs to save us from ourselves. What if we get a runtime nil? Oh God, the horror! I understand correctness, I do not understand why we're making languages a nanny state where if we're not completely focused on correctness and zero copy interfaces it's not worth using. I don't want to always care about memory allocation strategies when I want to have some fun on a project. I don't understand why a vo…
I also ship JS in production and it's a painful experience compared to rust or haskell.