1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/julia_course.git synced 2024-11-16 13:28:10 +00:00

Updated why Julia

This commit is contained in:
Mo8it 2022-03-25 22:39:29 +01:00
parent e77d9a2fd1
commit 5310358ca2

View file

@ -20,14 +20,16 @@ md"""
md"""
## Why Julia?
- Need for speed
- Dynamic and interactive, yet fast!
- Dynamic and interactive, yet **fast**!
- JIT: Just in time compiler
- Solution to the "2 language problem"
- 🔬 Focus on scientific and numerical programming
- Arrays (vectors, matrices, tensors) out of the box
- Awesome packages!
- Modern
- Modern package manager with environments out of the box
- Parallelism and distributed computation
- 📃 Easy syntax
- 🧐 Readable code
- 🧩 Modern package manager with environments out of the box
- 🔀 Parallelism and distributed computation
- 💻 "Julia is written in Julia"
- `@` Metaprogramming (macros)
- 🔓 Free open source software