Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
1 / 5
0

Installing Elixir with ASDF

DEV Community·Guilherme Yamakawa de Oliveira·about 1 month ago
#mID5nxeL
#elixir#beginners#erlang#asdf#install#version
Reading 0:00
15s threshold

I'm getting into Elixir , but before I could start doing anything I had to install it. Since I use asdf to manage language versions, I wrote down how I did it on my machine. If you want to know more about asdf, I talked about it in my first post. Setting up Ruby and Node.js with ASDF For those who don't know, Elixir is an open-source programming language created by José Valim at Plataformatec (a company that was bought by Nubank ). Elixir is a modern, dynamic and functional language. It runs on the Erlang VM, known for low-latency, concurrent, fault-tolerant, distributed and scalable systems ( more info ). Let's go. To start we need to install asdf. It's pretty easy, just follow the tutorial on the project page. Tutorial to install asdf With asdf installed and set up, we need to install some Erlang dependencies.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More