julia-readline
high-performance programming language for technical computing
Install
- All systems
-
curl cmd.cat/julia-readline.sh
- Debian
-
apt-get install julia
- Ubuntu
-
apt-get install julia
- Alpine
-
apk add julia
- Arch Linux
-
pacman -S julia
- Kali Linux
-
apt-get install julia
- Fedora
-
dnf install julia
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install julia
- Raspbian
-
apt-get install julia
- Dockerfile
- dockerfile.run/julia-readline
- Docker
-
docker run cmd.cat/julia-readline julia-readline
powered by Commando
julia
high-performance programming language for technical computing
Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library. The library, mostly written in Julia itself, also integrates mature, best-of-breed C and Fortran libraries for linear algebra, random number generation, FFTs, and string processing. Julia programs are organized around defining functions, and overloading them for different combinations of argument types (which can also be user-defined). This package provides a complete Julia installation (JIT compiler, standard library, text-based user interface).