Elixir
Elixir is a dynamic, functional language designed for building scalable and maintainable applications. It 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.
Installation
Configuration
Be sure to have Elixir's bin path in your PATH environment variable to ease development.
- Single version
/usr/bin
- Multiple versions
- Please refer to the tool you used to install Elixir
In both cases, you need to find your shell profile file, and then add to the end of this file the following line reflecting the path to your Elixir installation:
export PATH="$PATH:/path/to/elixir/bin"
See Also
gollark: shouldn't you draw lines from the outputs into the corresponding inputs?
gollark: What?
gollark: Low end ones probably not that much, considering, but the some of the graphical ones I've seen are more expensive than my phone.
gollark: £150 now gets you a very basic laptop assuming sales, it seems, so calculators should cost... lots less...
gollark: A DIY version of a graphical one would be much cheaper.
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.