Re: Using Erlang libs in Elixir
José Valim <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAGnRm4LH97wFaHYG-Y1Zy3ayAvbd6bREkiiRbouB0j-oWiv2BQ@mail.gmail.com> |
Elixir developers are encouraged to call Erlang libraries and modules as is, so I wouldn’t worry about wrapping it or changing module names. One of the barriers was standardized documentation, but recent work on Erlang/OTP made it so ExDoc can also generate docs for Erlang projects (with an Erlang theme). You can see telemetry as an example: https://hexdocs.pm/telemetry/readme.html The script to build such docs is on the telemetry repo. There are still improvements planned but the current version is definitely usable. -- *José Valimhttps://dashbit.co/ <https://dashbit.co/>*