Skip to content

Instantly share code, notes, and snippets.

@OleMchls
Created June 26, 2013 14:55
Show Gist options
  • Select an option

  • Save OleMchls/5868045 to your computer and use it in GitHub Desktop.

Select an option

Save OleMchls/5868045 to your computer and use it in GitHub Desktop.
ing0 pwnd
位 ~ brew search elixir
elixir
位 ~ brew info elixir
elixir: stable 0.9.3, HEAD
http://elixir-lang.org/
Not installed
From: https://github.com/mxcl/homebrew/commits/master/Library/Formula/elixir.rb
位 ~ brew install elixir
==> Downloading https://github.com/elixir-lang/elixir/archive/v0.9.3.tar.gz
######################################################################## 100.0%
==> make
馃嵑 /usr/local/Cellar/elixir/0.9.3: 273 files, 3.2M, built in 35 seconds
位 ~ rehash
位 ~ iex
Erlang R16B (erts-5.10.1) [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Interactive Elixir (0.9.3) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)> 1 + 1
2
iex(2)> 10 - 5
5
iex(3)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment