I've been a user of the Parallel gem (<https://github.com/grosser/parallel>) for a long, long time and I've always loved its simplicity and efficiency. (You may have a look into the README and I guess it shouldn't take you more than 3 minutes to figure out how this is to be used).
What is the closest to this in Nim? (I've tried the _parallel_ command, I've also tried Weave, but with absolute honestly I've never managed to get any of the two working as expected - or at least in any obvious way as above) Any ideas? (I'm thinking of ways I could potentially convert the aforementioned library for Nim, so any input is more than welcome)