I've found that when I have a call with a single argument, say, myfunc(x), I 
can change it to myfunc x. This surprised me since coming from Python I'd have 
thought myfunc is a reference to the function, but clearly that's not the case 
with nim. (So, how do you get a function reference?) But out of the two call 
syntaxes, which is to be preferred?

Reply via email to