Skip to content

Instantly share code, notes, and snippets.

@OleMchls
Created June 26, 2013 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OleMchls/5868045 to your computer and use it in GitHub Desktop.
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