Is there an easy way to embed Elixir and Erlang within a C++ program as if it were a library?

Hello, is there an easy way to embed Elixir and Erlang within a C++ program as if it were a library so that I can use it within an application? I am developing a server and would like to use embedded Elixir…

If I’m understanding you correctly, no, I don’t think this is the right direction to go in because much of the power of Elixir/Erlang comes from the Erlang Virtual Machine and OTP, which doesn’t lend itself to being embedded as a library (someone please correct me if there’s something I don’t know here).

Can you share more of what you’re actually trying to accomplish?

3 Likes