Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #6591

Re: Ruby Interface of Erlang

From KDr2 <killy.draw@gmail.com>
Newsgroups comp.lang.ruby
Subject Re: Ruby Interface of Erlang
Date 2012-07-24 20:56 -0700
Organization http://groups.google.com
Message-ID <becf2079-06c2-4690-aa03-528b3f047721@googlegroups.com> (permalink)
References (6 earlier) <cb2fb62d26dee2351db8ade1623b449a@ruby-forum.com> <05d5bb99cb45319766273a261906821d@ruby-forum.com> <efc790a30904292259sa9c4a8bibbf0dc11739f20dd@mail.gmail.com> <a28dd2872561912d5fc996cfb1c05498@ruby-forum.com> <efc790a30904300128o30a8957k1f615e4e5c33f286@mail.gmail.com>

Show all headers | View raw


I made some update today, and Erlix supports Ruby1.9.x now.

There're also some other changes:
1. All classes (Term/Int/List/Tuple/Atom/...) are under the Erlix module now
2. new init method for Tuple/List:
     Erlix::List.new
     Erlix::List.new(1,2,3)
     Erlix::List.new([1,2,3])

You can install it with gem or from the source, see docs at https://github.com/KDr2/erlix .

This is an alpha version(0.5.0a). If you are interesting in this, please install and do some test, find bugs and send to me, Many Thanks.

Back to comp.lang.ruby | Previous | Next | Find similar


Thread

Re: Ruby Interface of Erlang KDr2 <killy.draw@gmail.com> - 2012-07-24 20:56 -0700

csiph-web