-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document use with Erlang #127
Comments
@lpil currently, the I think we should definitely provide some guidance about that but haven't taken the time to explore it yet. |
The elixir -> erlang code should be a direct conversion, what issues are there? Mix supports full native erlang as well. |
@OvermindDL1 I think the main thing is people who are building a project exclusively with |
Yes, I'd like to avoid adding Elixir to this project :) |
Any examples yet? |
My reason is I prefer erlang syntax over elixir syntax. |
Yeah many of us do, Erlang's syntax is just so superior, but Elixir's Macro's and everything they bring in is the main thing that keeps me working in Elixir. ^.^; |
there's a good blog post here https://medium.com/@vonmo/erlang-safe-optimization-with-nif-on-rust-6000b0e9e4bf that covers the basics of running rustler with erlang. I use rustler with erlang so that I can use quviq EQC to test Rust components. I have a few issues (I don't know how to have multiple modules in the same crate for example) but in general it works really well. I don't have the time right now, but when I do I can write up how to use rustler from erlang |
I started work on using your rustler_tests from a rebar3 project at https://github.com/rickpayne/rustler_test |
Hello!
Thanks for this lib.
There is great documentation and examples for use in an Elixir project, but none for an Erlang project. Would it be possible to add this?
Thanks,
Louis
The text was updated successfully, but these errors were encountered: