Hello,
I've heard great things about the speed of nim and figured it would be a great language to learn. However, when I ran the first basic function from the tutorial:
echo "What's your name? "
var name: string = readLine(stdin)
echo "Hi, ", name, "!"
It takes 17-18 seconds to run. Any idea why it is being slowed down so much?
Thanks for the help.
Possible cause, Windows Defender, especially that "Real-time protection" setting.
It's sandboxing any executable during first run.