What is the standard build tool in Erlang? -
i new erlang programming language. there standard build tool in erlang?
i have googled out these, not sure 1 should use.
erlang make http://www.erlang.org/doc/man/make.html
rebar
erlang.mk
rebar gradually being replaced rebar3, provides more deterministic builds , conflict resolution, packages (integrating hex.pm), , on.
as 1 of current rebar , rebar3 maintainers, i'd recommend rebar3.
Comments
Post a Comment