First program does not compile and is hard to debug

2022-08-22 Thread franchesoni
Hello, I spent the last three days learning Nim, and just today coded the application I wanted to do (an image processing filter). As I wrote what I wanted as math, I wanted to code it like math (functionally and using for loops), but Python was too slow, thus I looked for an alternative langua

Tuple unpacking for an array rvalue?

2022-08-22 Thread franchesoni
I am having the same issue!