Earlier quoted context omitted.
The main use case would be if you had a very mature Ruby library without an Erlang/Elixir equivalent. I haven't run into much that I personally need that isn't already available, but there are definitely some gaps that this could help people jump in the short term.
Agreed. Currently working with a host of legacy ruby projects that we're slowly migrating to elixir. We've used hack-arounds to leverage the existing ruby projects up until now. If this library proves to be production-worthy, it'll be a great bridge for addressing some technical debt.
Communicate Between Ruby and Elixir Using Erlang Ports and Erlectricity
11–13 of 13 posts
Re: Communicate Between Ruby and Elixir Using Erlang Ports and Erlectricity
#12I understand why the Ruby community has warmed up to Elixir and the Phoenix web-framework, however, I'm curious what the advantage or use-case of having Ruby talk to Elixir in an application is?
Could you explain why, at least as it pertains to web development?
As a (former) Common Lisp developer I find Ruby on Rails suffices for the vast majority of needs, and believe its popularity and maturity pays off in productivity gains.
Re: Communicate Between Ruby and Elixir Using Erlang Ports and Erlectricity
#13I understand why the Ruby community has warmed up to Elixir and the Phoenix web-framework, however, I'm curious what the advantage or use-case of having Ruby talk to Elixir in an application is?
> I understand why the Ruby community has warmed up to Elixir and the Phoenix web-framework? Could you explain why, at least as it pertains to web development? As a (former) Common Lisp developer I find Ruby on Rails suffices for the vast majority of needs, and believe its popularity and maturity pays off in productivity gains.