Files
freeCodeCamp/guide/english/elixir/index.md
David Nagy 98f2365331 Update index.md (#30791)
Added a link to language's website!
2019-01-19 18:34:18 -06:00

525 B

title
title
Elixir

Elixir

Elixir is a dynamic, functional programming language built to run on the Erlang virtual machine (BEAM). Elixir is known for being a concurrent and general purpose language that is often leveraged with the powerful Phoenix framework. This language was created by José Valim, and has been influenced by languages like Ruby, Erlang, and Closure.

You can read more about it on the own website!