Skip to content

Instantly share code, notes, and snippets.

@urfolomeus
Last active August 29, 2015 14:26
Show Gist options
  • Save urfolomeus/c4fee46384a15f891667 to your computer and use it in GitHub Desktop.
Save urfolomeus/c4fee46384a15f891667 to your computer and use it in GitHub Desktop.

Elixir Notes

Elixir Sips

Ep 2

Numbers

1 + 1 ``

Collections

List -> [1, 2, 3]

Tuple -> {:foo, :bar, :baz}

Keyword List -> [author: "Josh Adams", title: "Basic Elixir"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment