Can somebody link the respective elements, like = object in the first example, to the according place in the documentation?
Its static HTML so if you know HTML feel free to send Pull Requests.
We need a Designer :P
It may not look like too obvious when you totally new to the language, but everything that does not require an import of something, comes from here https://nim-lang.github.io/Nim/system.html basically, if it does uses an import then is a module from this index of modules https://nim-lang.github.io/Nim/theindex.html and the list of Documents at top of that index.
:)
I initially looked through all that stuff in "Documentation" - I thought Learn is about books. Why splitting documentation?
I could commit a revision with links to the anchor points in the tutorials.
I want to ask beforehand, if that gets accepted
I thought Learn is about books
Good point! In the past we only had one tab but it became overwhelming. However, we can rename "Learn" to "Tutorials".
why is Person in a capital letter P in the let statement and with some small one in the following for .. in?
One's a type and the other is a variable of that type.
https://nim-lang.org/docs/nep1.html#introduction-naming-conventions
"others might have their interest piqued, wondering what all means, and start reading the documents"
Yeah. And thats the point. I happened to be such one who is interested and ready to read the documents, and got confused in the current, overwhelming and chaotic documentation.
I actually offered Araq to port that over into an actual Jekyll wiki, that could get integrated on the side, but he thinks it is fine as it is.
I will try to commit the links to the tutorial entries and the removal of duplicate entries.
Thanks a lot for your feedback.