I'm new to Nim and I'm trying to make sense of some basic functionality and the various documentation and tutorials available. Right now I'm reading the Nim tutorial: On the topic of exceptions, it ...
Nim's syntax is very similar to my go-to, that is Python. It compiles to JS, and for cases where you can't get something working with it alone, it easily interops with JS (so you can write a tiny toy ...