@teleclimber I use a variety of languages, though Haskell tends to be my preference.
But my point here: Yeah, sure. Use a compiler that points you directly to your mispelled variable names or missing semi-colons, that's useful! But what if, say, you get your logical conditions backwards & requires a "!" to be added or removed?
Single-character typos don't just yield syntax errors, they can yield logic errors!