elixir 1.18.3
Functional meta-programming aware language
Elixir is a dynamic, functional language used to build scalable and maintainable applications. Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development and the embedded software domain.
- Outputs:
out
,src
- Website: https://elixir-lang.org/
- Licenses: ASL 2.0
- Package source: gnu/packages/elixir.scm
- Builds: See build status
- Issues: See known issues
Installation
Install elixir 1.18.3
as follows:
guix install elixir@1.18.3
Or install the latest version:
guix install elixir
The elixir
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install elixir:src
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.