You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2026. It is now read-only.
Right now we're generating a bunch of Erlang code that can be clunky to call from Elixir. It should be relatively straightforward to generate Elixir wrappers that use defdelegate to call the underlying Erlang modules while looking more idiomatic.
After all, we have the entire module paths available as well when we flatten them out, so we can use them for namespacing as well.
Right now we're generating a bunch of Erlang code that can be clunky to call from Elixir. It should be relatively straightforward to generate Elixir wrappers that use
defdelegateto call the underlying Erlang modules while looking more idiomatic.After all, we have the entire module paths available as well when we flatten them out, so we can use them for namespacing as well.
So this Caramel code:
Generates the following Erlang:
and the following Elixir: