Hi everyone, I would like to announce my first Nim project: **num_crunch** (<https://github.com/willi-kappler/num_crunch>). It's a library that allows you to write distributed number crunching applications and is a port of my crate **node_crunch** (<https://github.com/willi-kappler/node_crunch>) written in Rust.
You have to implement two data structures and a few methods, then **num_crunch** does the rest for you. There is a simple **Mandelbrot** example (<https://github.com/willi-kappler/num_crunch/tree/main/examples/mandelbrot1>) that shows you how to do it. I was positively surprised how fast and productive I am with Nim. It was really fun to write once I knew the basic stuff. And the community on Discord was really nice and helpful. This programming language deserves way more attention! I will definatelly keep using Nim and write more projects with it :-) Have a nice day!
