julia: add -E example, fix link (#4062)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# julia
|
# julia
|
||||||
|
|
||||||
> A high-level, high-performance dynamic programming language for technical computing.
|
> A high-level, high-performance dynamic programming language for technical computing.
|
||||||
> More information: <https://julialang.org>.
|
> More information: <https://docs.julialang.org/en/v1/manual/getting-started/>.
|
||||||
|
|
||||||
- Start a Julia REPL session:
|
- Start a Julia REPL session:
|
||||||
|
|
||||||
@@ -23,6 +23,10 @@
|
|||||||
|
|
||||||
`julia -e '{{for x in ARGS; println(x); end}}' {{arguments}}`
|
`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:
|
- Start Julia in parallel mode, using N worker processes:
|
||||||
|
|
||||||
`julia -p {{N}}`
|
`julia -p {{N}}`
|
||||||
|
Reference in New Issue
Block a user