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:
parent
e77d9a2fd1
commit
5310358ca2
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue