Skip to content

Instantly share code, notes, and snippets.

@knewter
Created February 4, 2014 04:23
Show Gist options
  • Save knewter/8798126 to your computer and use it in GitHub Desktop.
Save knewter/8798126 to your computer and use it in GitHub Desktop.
Erlang Android proof of sorts...
--(jadams@jibbajabba)-(12/pts/13)-(2220/03-Feb-14)--
--($:~/erlang/hello_jinterface)ruby-2.0.0-p247@system--
$ erl -name [email protected] -setcookie test
Erlang R16B03 (erts-5.10.4) [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false]
Eshell V5.10.4 (abort with ^G)
([email protected])1> hello_jinterface:start().
true
([email protected])2> nodes().
[]
Ping
Pong finished...
([email protected])3> nodes().
[]
([email protected])4>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment