Hi all, I am struggling to find a way to run my nim code in Atom editor. I've 
installed the nim extension, so i can see colors in my code, the linter is also 
working perfectly. But i find its quite hard for me to run my code. In VS code, 
it was very easy. For nim files, we can add our cmd arguments and use the 
$FileName or $FullFileName variables. But there is no such variables in Atom.

Reply via email to