Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 813 Bytes

File metadata and controls

18 lines (13 loc) · 813 Bytes

Introduction

The objective is to give the strict necessary commands, explanations and recommendations to a new user which would like to write some Julia scripts.

If you think that some necessary commands, explanations or recommendations are missing, or conversely, that some non necessary are included, feel free to raise an issue on this repo.

It is recommended to start your journey with step 0 below.

Table of Contents

  1. VS Code and Git
  2. Using Packages
  3. Variables and Data Structures
  4. Boolean operators and numeric comparisons
  5. Types: concrete and abstract
  6. if-elseif-else statements
  7. for and while loops
  8. Functions