Julia
High-performance language for technical computing
Overview
Julia is a high-level, high-performance language for technical computing. It's designed for numerical and scientific computing, with syntax similar to MATLAB and Python.
Language Aliases
Supported Aliases
run julia "println("Hello")"
run jl "println("Hello")"
Output
Hello
Hello
REPL Behavior
Julia's REPL is STATEFUL - variables and functions persist across commands.