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"""
|
||||
## 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
|
||||
|
|
Loading…
Reference in a new issue