2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-05 12:00:16 +00:00
cheat.sheets/sheets/julia
terminalforlife d7473ac185 Fix trailing whitespace on all files
Tidy files; tidy soul!
2020-02-22 02:47:54 +00:00

16 lines
558 B
Plaintext

# Julia
# high-level dynamic programming language designed to address the needs of high-performance numerical analysis
# and computational science while also being effective for general-purpose programming
# Execute script from the file; pass additional arguments
julia script.jl arg1 arg2
# Execute command like arguments like script
julia -e 'for x in ARGS; println(x); end' foo bar
# See also:
# Julia language cheat sheets at /julia/
# list of pages: /julia/:list
# learn julia: /julia/:learn
# search in pages: /julia/~keyword