Changed closure to clojure.
This commit is contained in:
AdeliMwelesaGeorge
2019-01-20 04:45:33 +03:00
committed by Tom
parent 98f2365331
commit 02a02ecd9e

View File

@ -3,10 +3,6 @@ title: Elixir
--- ---
<img src="https://elixir-lang.org/images/logo/logo.png"> <img src="https://elixir-lang.org/images/logo/logo.png">
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 Clojure.
You can read more about it on the [official Elixir website!](https://elixir-lang.org/)
## 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!