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