/Alg-Jl

Julia is a high-level, high-performance dynamic programming language for technical computing

Primary LanguageJulia

Julia High-level, high-performance dynamic programming language for technical computing as fast as C, as easy to use as Python, and as statistically inclined as R

http://julialang.org/

To run a program in the console:

julia> include("../Alg-Jl/hello.jl")

To install Julia packages run Pkg.add("PACKAGENAME") within the Julia interpreter.

Try Julia:

http://forio.com/julia/repl/

MATLAB–Python–Julia cheatsheet: https://cheatsheets.quantecon.org/

Examples

http://stuff.mit.edu/afs/athena/software/julia_v1.24.13/julia/examples/ https://github.com/JuliaLang/julia/tree/master/examples/ http://learnxinyminutes.com/docs/julia/ https://github.com/joewing/jl/tree/master/examples

http://stuff.mit.edu/afs/athena/software/julia_v0.2.0-pre/julia/test/sorting.jl

http://forio.com/products/julia-studio/tutorials/beginner/2/

Updating views in DataFrames.jl

What's great about Julia /12/7/2022/

Type Stability in Julia - avoiding performance pathologies

Julia 1.9.0 - lives up to its promise

the state of Julia - video

Interesting Projects