The Ruby interface of erlang,and some more useful ruby tools to communicate with erlang-node.
To make erlix-users watch erlix's update easily, I move
erlix onto github,http://github.com/KDr2/erlix/, I will
also upload the zip-packages of each erlix's release to
this site. But the TuturiolWiki may not be updated any
more, sorry about that.
Current Version : erlix-0.3b1
v0.3b1 Changelog:
bugfix:
IO block bug in ErlixConnection#erecv
features:
- ErlixList#new("string")
- ErlixConnection#close
- ErlixConnection#closed?
- ErlixConnection#rpc("module","function",ErlixTermList)
- ErlixConnection#peer
- Type auto-convert
- singleton method for ErlixTuple and ErlixList2
- add ErlixTerm.to_s, remove ErlixTerm.puts