A seasoned programmer's take on Nim's docs

2023-01-07 Thread aniou
> Some really good stuff in there. When I was thinking about fixing the > problem, I was reminded that neither I, nor most people new to the community, > know RST at all. In most environments, when people are documenting code for > extraction, they're using markdown. I am not going to take the t

Newbie first impressions

2022-10-23 Thread aniou
In the same case I was able to build tools with `/koch tools -d:sslVersion=3`. It was documented, but not as straightforward as it should be, to be convenient.

Nim 1.6.8 released!

2022-09-30 Thread aniou
Try pragma `{.hint[Name]:off.}` \- that helps in my case.

Why does Nim compiler allways depends on another's language compiler?

2021-06-22 Thread aniou
About LLVM usage - Zig devs already regrets that decision, see [here](https://ziglang.org/download/0.8.0/release-notes.html#LLVM-12): _I 've started testing, hit two bugs I've already reported for 12.0.0 RCs and figured out I'm wasting my time. It seems that LLVM reached the point where release

Binary unicode operators

2021-06-19 Thread aniou
Don't do that, please. Nim has a good record of cherry-picking security features from different languages, don't spoil it. And code readability and unambiguity also counts amongs them. I was glad when I realized that Nim embraces some ideas from Ada. And from my POV following runes are almost i