Using Erlang libs in Elixir

José Valim jose.valim@REDACTED
Thu Sep 2 08:25:12 CEST 2021


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/>*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20210902/bbe8c8cb/attachment.htm>


More information about the erlang-questions mailing list