Update index.md (#30791)

Added a link to language's website!
This commit is contained in:
David Nagy
2019-01-20 01:34:18 +01:00
committed by Tom
parent ed58698bc0
commit 98f2365331

View File

@ -8,3 +8,5 @@ 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 <a href="https://elixir-lang.org/">read more</a> about it on the own website!