[erlang-questions] simplest possible erlang/otp application

Christoffer Vikström cvi@REDACTED
Thu Apr 17 10:02:53 CEST 2014


Actually the bare minimum you need is just a .app file that contains
something like {application, bla, []}. ;-)

-cvi


On Thu, Apr 17, 2014 at 6:32 AM, Aaron Burrow <burrows.labs@REDACTED>wrote:

> I've been trying to wrap my head around building erlang applications
> and had difficulty finding the bare minimum that will run using
>
> erl> application:start(whatever).
>
> Well I've finally got something working and it may save others from
> similar searching.
>
> link: https://gist.github.com/burrows-labs/10952656
>
> Aaron Burrow
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140417/c21f0211/attachment.htm>


More information about the erlang-questions mailing list