|
|
|
|
|
by arh68
3726 days ago
|
|
Any idea if a network-level FFI has been started? I'm thinking along the lines of the Haskell erlang-ffi [0]. Speaks the Erlang network protocol and impersonates
an Erlang node on the network. Fully capable of
bi-directional communication with Erlang.
NIFs still limit you to < ~1ms computations, from what I understand, but impersonating a node (on another machine, even) seems a lot more flexible. Just wondering; NIFs in Rust are still a great idea.[0] https://hackage.haskell.org/package/erlang |
|
[1] http://erlang.org/doc/tutorial/cnode.html