Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 2.14 KB

docs.markdown

File metadata and controls

52 lines (42 loc) · 2.14 KB
title section layout
Elixir Documentation
docs
default

Documentation

The Elixir programming language is broken into 6 applications. The links below reference the documentation for the modules and functions in each of those applications. For a general introduction to the language, see our guides.

{% assign stable = site.data.elixir-versions[site.data.elixir-versions.stable] %}

Stable {% if stable.docs_zip == true %} (download) {% endif %}

  • Elixir - standard library
  • EEx - templating library
  • ExUnit - unit test library
  • IEx - interactive shell
  • Logger - built-in Logger
  • Mix - build tool

Development

  • Elixir - standard library
  • EEx - templating library
  • ExUnit - unit test library
  • IEx - interactive shell
  • Logger - built-in Logger
  • Mix - build tool

{% for version in site.data.elixir-versions %} {% if version[0] == 'stable' %} {% continue %} {% endif %}

{{ version[1].name }} {% if version[1].docs_zip == true %}(download){% endif %}