> love to know how to harness the multicore capability inside a for loop in Nim.
Have you already played with [https://nim-lang.org/docs/manual_experimental.html#parallel-amp-spawn](https://nim-lang.org/docs/manual_experimental.html#parallel-amp-spawn) But I think there may coming other ways eventually, I think using openMP is possible too, and PMunch and mratsim may be writing about this topic.
