I found lib/system/except.nim catch most signals and just print signal message then quit. Is it possible to raise an exception instead of immediately quit? This gives more choice to users I think.
- Should nim runtime catch signals like SIGFPE and raise an excep... mogu
