Miran
Miran
> I came back with the crazy idea to a create triple pendulum. Not sure if i would recommend adapting my approach (DAE and Cartesian coordinates) for three pendulums. But...
> However, as far as I know, this works only with strings It works for all containers (even custom ones) which have `pairs` iterator. https://nim-lang.github.io/Nim/manual.html#iterators-and-the-for-statement-implicit-itemsslashpairs-invocations
Hello! Thanks for the interest in this tutorial! Before anything else, I would like to tell you that I'm currently working on a small update, which will make sure that...
I've thought about adding user-defined types, including objects/structs, but in the end I decided against it. This would make the tutorial quite longer and less beginner-friendly, as it would have...
> you could make a separate second part to it, for intermediate topics As I already said in the above reply: > ... this, among some other more advanced things,...
> I'm very experienced, and this tutorial really brought up to light quickly the syntax differences of nim. I'm glad to hear that even experienced programmers find this tutorial useful...
> My guess is its because the font you are using has ligatures Your guess is correct. But this is something that does not bother me (if it were, I...
We usually don't remove packages once added.
@dom96 opinion on removing stuff?
``` let g:rainbow_conf = { \ 'guifgs': ['lightblue', 'darkorange3', 'seagreen3', 'firebrick'], \ 'ctermfgs': ['green', 'yellow', 'darkblue', 'magenta'], \ 'separately': { \ 'pascal': { \ 'parentheses': ['start=/(\ze[^*]/ end=/)/ fold', 'start=/\[/ end=/\]/...