Julia

Julia is a high-level, high-performance dynamic programming language for numerical computing. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.

Note: https://julialang.org/ has beautiful and open-source documentation, non-Arch-specific information should be contributed there.

Installation

Note: The julia package is compiled against system libraries and is therefore unsupported by the upstream. While it may be suitable for basic usage it is incompatible with external packages (e.g. MKL, LLVM, LLVMExtra, or packages that depend on these, like CUDA or Flux) which rely on Julia's bundled versions of its dependencies. Bugs reported against this binary will be closed.

Install julia-binAUR. The package provides official builds compiled against patched LLVM libs.

Integration with editors

Syntax highlighting and more

julia-vim

Linting

The julialint plugin combined with the Lint.jl package can provide linting.

Syntax highlighting

julia-emacs.

Linting

lsp-julia: provides linting using the LSP protocol.

REPL integration

julia-repl: for interacting with a Julia REPL running inside Emacs.

gollark: "Password locked redstone system" meaning what?
gollark: No, it's pretty much wrong regardless of version.
gollark: Wrong capitalization on the `S`.
gollark: It's `setLightColor` not `SetLightColor`.
gollark: Ah, I see.
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.