diff --git a/pages/common/julia.md b/pages/common/julia.md index 9cf864b45a..0f8311a6fc 100644 --- a/pages/common/julia.md +++ b/pages/common/julia.md @@ -1,7 +1,7 @@ # julia > A high-level, high-performance dynamic programming language for technical computing. -> More information: . +> More information: . - Start a Julia REPL session: @@ -23,6 +23,10 @@ `julia -e '{{for x in ARGS; println(x); end}}' {{arguments}}` +- Evaluate an expression and print the result: + +`julia -E '{{(1 - cos(pi/4))/2}}'` + - Start Julia in parallel mode, using N worker processes: `julia -p {{N}}`