diff options
-rw-r--r-- | doc/tut1.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/tut1.rst b/doc/tut1.rst index 397782330..9d6ba8b4d 100644 --- a/doc/tut1.rst +++ b/doc/tut1.rst @@ -17,9 +17,14 @@ Introduction This document is a tutorial for the programming language *Nim*. + This tutorial assumes that you are familiar with basic programming concepts -like variables, types, or statements but is kept very basic. The `manual -<manual.html>`_ contains many more examples of the advanced language features. +like variables, types, or statements. +If you would like to have a gentle introduction of those concepts, we recommend +`Nim Basics tutorial <https://narimiran.github.io/nim-basics/>`_. +On the other hand, the `manual <manual.html>`_ contains many more examples of +the advanced language features. + All code examples in this tutorial, as well as the ones found in the rest of Nim's documentation, follow the `Nim style guide <nep1.html>`_. |