Julia
Notes
- High-level, high-performance, compiled (JIT using LLVM) language designed for scientific and numerical computation
- Dynamically-typed, interactive (via REPL), feels like a scripting language
- Multiple-paradigm (fully imperative, partially functional and object-oriented)
- Uses multiple dispatch
- Interoperable with many major programming languages
- Syntax for math operations similar to mathematical formulas
References
- https://en.wikipedia.org/wiki/Julia_(programming_language)
- https://julialang.org/
- https://julialang.org/learning/
- https://github.com/JuliaLang/julia
- https://juliabyexample.helpmanual.io/
- https://www.youtube.com/watch?v=r2d5NA7RHno
Courses
Articles
- https://mdneuzerling.com/post/first-impressions-of-julia-from-an-r-user/
- https://ucidatascienceinitiative.github.io/IntroToJulia/Html/WhyJulia
- https://lwn.net/Articles/763626/
- https://lwn.net/Articles/764001/
Related
Backlinks