Erlectricity. Connect Ruby programs to Erlang systems.

github.com/mojombo/erlectricity

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2009
  • Regenerated gemspec for version 1.1.1
  • Version bump to 1.1.1
  • update history for 1.1.1 release
  • optimize strings in c decoder
  • prevent stack overflow for massive binaries in c decoder
  • fix bignum encoding
  • Regenerated gemspec for version 1.1.0
  • Version bump to 1.1.0
  • update history for 1.1.0 release
  • update history
  • add encoding support for bignums
  • better and more complete decoding to Erl::List
  • first try at making list decoding use Erl::List
  • fix tests for erlang r13b
June 2009
  • Regenerated gemspec for version 1.0.2
  • Version bump to 1.0.2
  • update history.txt
  • add test cases for true/false and empty atom fixes
  • Work around Ruby's reluctance to convert the empty string to a symbol.
  • Fix decoding of atoms.