Array of type "proc" except I don't know what I'm doing

2023-11-04 Thread nimling
Thanks!

Array of type "proc" except I don't know what I'm doing

2023-11-04 Thread nimling
Thanks for the playground. I see what you did with defining the `a_echo` **proc**. I read back through some of Salewski's book (specifically ). It looks like I was mostly just overthinking it. Do you know (unrelated) if there's an e

Array of type "proc" except I don't know what I'm doing

2023-11-03 Thread nimling
Just getting into Nim and coming from non-statically typed languages :) Thanks in advance for any advice! I wanted to pack some **proc** into an array (so they're indexable by an integer) and this is what I came up with which did actually work. I would like to do it the proper "Nim" way though.