I knew that exceptions are bad because I had many crashes in Java and Python because of uncatched exception.
But I was told Nim's exceptions don't have that problem. Can you forget or get too lazy to catch all exceptions and make a Nim program crash? How does Nim prevent this?
