From b7e2dbde1bd76a782ccfd87ac4b8c3c4356a2fea Mon Sep 17 00:00:00 2001 From: Kobi Lurie Date: Wed, 10 Oct 2018 22:37:52 +0300 Subject: [PATCH] Updated Quick Start 2018 (markdown) --- Quick-Start-2018.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Quick-Start-2018.md b/Quick-Start-2018.md index fc2bbb0..17371d2 100644 --- a/Quick-Start-2018.md +++ b/Quick-Start-2018.md @@ -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: ... -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 @@ -27,10 +27,10 @@ Please choose the kind of program you're developing: - a library - 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. -- These are wonderful tutorials: ... links... +- These are wonderful tutorials/slides: ... links... 7) Language at a glance, Nim from the mainstream language you know: - Nim for the python programmer