Why you should learn Elixir ?

2018-10-08

Speaker details

Speaker name

@speaker

Write a couple of sentences about yourself.

Headers

Warsaw.ex

Warsaw.ex

Warsaw.ex

Warsaw.ex
Warsaw.ex

Formatting

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam suscipit ipsum non velit gravida pellentesque. Etiam luctus vulputate nisi, a pellentesque ante sollicitudin ac.

Morbi rutrum arcu in tempor hendrerit. Sed est felis, iaculis quis ultricies quis 1010, mattis sed C2H5OH velit, <code>. Nam ultricies fringilla elementum.

Vertical slides

Slides can be nested inside of each other.

Use the Space key to navigate through all slides.

Recursion is when you need to go deeper

Vertical slides

Vertical slides are useful for slides with additional details.

Nested slides

Deep enough ! Go to the top

Ordered lists

  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4

Unordered lists

  • Item 1
  • Item 2
  • Item 3
  • Item 4

Definition lists

Functional programming
A programming paradigm based on mathematical functions rather than changes in variable states
Concurrent computing
A form of computing in which several computations are executed during overlapping time periods

Image background

 

 

 

 

 

<section data-background="wallpaper.png">

Quotes

Work is the true elixir of life. The busiest man is the happiest man. Excellence in any art of profession is attained only by hard and persistent work.
Theodore Martin

Theming

Code highlighting

          
defmodule HelloWorld do
  @moduledoc """
  This module answers the question what Elixir really is.
  """

  def what_elixir_is do
    functional
    |> concurrent
    |> pragmatic
    |> fun
  end
end