Elixir (programming language): Difference between revisions

Content deleted Content added
Versioning: Sourcing prose to github bugs is a no go
Tags: Mobile edit Mobile web edit Advanced mobile edit
Npov, if reliable independent secondary sources have anything to say we should add that. This is some editors idea of notable
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 136:
Task.await task
</syntaxhighlight>
 
== Noteworthy Elixir projects ==
* [[Mix (build tool)|Mix]] is a build automation tool that provides tasks for creating, compiling, and testing Elixir projects, managing its dependencies, and more.<ref name="mixe">{{Cite web|title = Mix |url = https://hexdocs.pm/mix/Mix.html |access-date = 2019-04-18}}</ref>
* [[Phoenix (web framework)|Phoenix]] is a web development framework written in Elixir which implements the server-side Model View Controller ([[Model–view–controller|MVC]]) pattern.<ref name="finiks">{{Cite web|title = Overview |url = https://hexdocs.pm/phoenix/overview.html |access-date = 2019-04-18}}</ref>
 
== See also ==