On 06/30/2016 11:49 AM, Samuel Rose wrote:
> Any interest in creating a Rust <-> CloudI interface?
>
> I am new to CloudI, new to Rust. However, I have familiarity with
> Erlang/Elixir.
>
> I am thinking about scenarios where it would be useful to hand number
> crunching, image manipulation, etc to Rust in a CloudI-based system
>
It would be good to have a CloudI API implementation for Rust though I
haven't had a chance to pursue it yet. Getting a Rust implementation of
the Erlang binary term format for messages sent to the Erlang VM is the
main amount of work and that should already exist.
The additional
amount of logic is easy to see in the pure-python or pure-ruby modules
for the CloudI API
(https://github.com/CloudI/CloudI/blob/develop/src/api/python/cloudi.py
and https://github.com/CloudI/CloudI/blob/develop/src/api/ruby/cloudi.rb).
On Thursday, June 30, 2016 at 7:39:21 PM UTC-4, Michael Truog wrote:On 06/30/2016 11:49 AM, Samuel Rose wrote:
> Any interest in creating a Rust <-> CloudI interface?
>
> I am new to CloudI, new to Rust. However, I have familiarity with
> Erlang/Elixir.
>
> I am thinking about scenarios where it would be useful to hand number
> crunching, image manipulation, etc to Rust in a CloudI-based system
>
Thanks for your response Michael!
It would be good to have a CloudI API implementation for Rust though I
haven't had a chance to pursue it yet. Getting a Rust implementation of
the Erlang binary term format for messages sent to the Erlang VM is the
main amount of work and that should already exist.
Is this referring to converting messages to "BERT" protocol? Like what is done here for instance?: https://github.com/seriyps/rust-erl-ext
The additional
amount of logic is easy to see in the pure-python or pure-ruby modules
for the CloudI API
(https://github.com/CloudI/CloudI/blob/develop/src/api/python/cloudi.py
and https://github.com/CloudI/CloudI/blob/develop/src/api/ruby/cloudi.rb).
Thanks again, I will read and learn from these
--
You received this message because you are subscribed to the Google Groups "CloudI Questions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloudi-questio...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.