Skip to content
Snippets Groups Projects
Verified Commit 3cfdcb63 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

minor changes

parent 7edd5334
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ Distribution packages usually work well too:
# Life in REPL
```julia
user@pc $ julia
......@@ -43,7 +43,7 @@ Computes the square root .....
# REPL modes
Julia interprets some additional keys to make our lifes easier:
Julia interprets some additional keys to make our life easier:
- `?`: help mode
- `;`: shell mode
......@@ -97,7 +97,7 @@ using UnicodePlots
function process_file(filename)
@info "Processing $filename..."
# ... do something ...
if error_detected
......
# Overview today
# Overview
0. Why would you learn another programming language again?
1. Bootstrapping, working with packages, writing a script (30m)
2. Language and syntax primer (35m) with a pause (10m) in the middle
3. Getting the data in and out (15m)
4. Running programs on ULHPC (15m)
5. Questions, hands-on, time buffer (15m)
1. Why would you learn another programming language again?
2. Bootstrapping, working with packages, writing a script (30m)
3. Language and syntax primer (35m) with a pause (10m) in the middle
4. Getting the data in and out (15m)
5. Running programs on ULHPC (15m)
6. Questions, hands-on, time buffer (15m)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment