Updated Quick Start 2018 (markdown)
This commit is contained in:
parent
9164533a44
commit
b7e2dbde1b
|
@ -10,7 +10,7 @@ Note: Instructions for cross compilation are here.
|
||||||
2) Set up your environment, our recommendation. Please choose the OS you develop on:
|
2) Set up your environment, our recommendation. Please choose the OS you develop on:
|
||||||
...
|
...
|
||||||
|
|
||||||
3) Interacting with the compiler, basic instructions.
|
3) Interacting with the compiler, basic command line usage (+ nim.cfg, what happens: compiler steps in general, the c cache, -d:flags)
|
||||||
|
|
||||||
4) Writing a basic library, source control, unit tests, and IDE tips
|
4) Writing a basic library, source control, unit tests, and IDE tips
|
||||||
|
|
||||||
|
@ -27,10 +27,10 @@ Please choose the kind of program you're developing:
|
||||||
- a library
|
- a library
|
||||||
- Other? leave feedback to let us know what we're missing.
|
- Other? leave feedback to let us know what we're missing.
|
||||||
|
|
||||||
5.5) Recommended workflows, ways to avoid complexity, and general advice for writing software well from veteran Nim users.
|
5.5) Recommended workflows, ways to avoid complexity, and general advice for efficient development process from veteran Nim users. (IDEAL!)
|
||||||
|
|
||||||
6) Language basics.
|
6) Language basics.
|
||||||
- These are wonderful tutorials: ... links...
|
- These are wonderful tutorials/slides: ... links...
|
||||||
|
|
||||||
7) Language at a glance, Nim from the mainstream language you know:
|
7) Language at a glance, Nim from the mainstream language you know:
|
||||||
- Nim for the python programmer
|
- Nim for the python programmer
|
||||||
|
|
Loading…
Reference in New Issue