Skip to content

Instantly share code, notes, and snippets.

@otiai10
Last active December 23, 2015 06:49
Show Gist options
  • Save otiai10/6596602 to your computer and use it in GitHub Desktop.
Save otiai10/6596602 to your computer and use it in GitHub Desktop.
erlang
[1:12:00] % apt-cache search erlang
erlang - Concurrent, real-time, distributed functional language
[1:13:18] % sudo apt-get install erlang
Setting up erlang-odbc (1:14.a-dfsg-3squeeze1) ...
Setting up erlang (1:14.a-dfsg-3squeeze1) ...
[1:13:42] %
[1:14:19] % erl
Erlang R14A (erts-5.8) [source] [smp:3:3] [rq:3] [async-threads:0] [kernel-poll:false]

Eshell V5.8  (abort with ^G)
1> exit()
1> ext
1> exit
1> exit;
1>
BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded
       (v)ersion (k)ill (D)b-tables (d)istribution
a
[1:15:39] %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment