Hi, I'm new here. Just created this account a few seconds ago.
I'm a new Nim developer. Actually, a new developer in general. I just installed Nim a few minutes ago & I don't know which folder to extract the zip file to.
It's currently in my Downloads folder. Is that wise?
waiiiit, is this THE Araq??
Bro, I want you to know you're a legend. I keep hearing you and Andreas as the new Guidos. Big ups man.
Altho while you're here I'd like to complain that Nim is not beginner friendly tbh. I'm finding it hard to get tools for complete programming novices like myself. But the community is helpful!
I'm finding it hard to get tools for complete programming novices like myself.
Sure but once you got the tooling installed you're rewarded with the only no-bullshit language for beginners:
;-)
The "Nim way" of debugging seems to be the use of
echo "Checkpoint 13, x is: ", x, " y is: ", y.
It's cheap, it's easy, it's fast, and it generally gives the results you're looking for.
I wrote it somewhere else in the forum recently, but I had a really good experience with debugging nim in CLion!
Now that I know it works great I might try and see if it's easy to setup to debug nim on embedded..