[erlang-questions] Is erlang a web language?

Wojciech Kaczmarek kaczmarek.w@REDACTED
Sat Feb 14 18:25:40 CET 2009


On Fri, Feb 13, 2009 at 9:46 AM, Nick Gerakines <nick@REDACTED> wrote:

>
> I agree with what you are getting at. I would love it if there was
> some sort of standard packaging and installation system for Erlang. A
> gem equivalent or Module::Build, if you will. But there really isn't.
> At EA we've been using your standard `make`, `make test` and `make
> install` targets which works for what we want and is rpm/ebuild/deb
> friendly.
>

Good point. Popular, portable and enjoyable method of packaging is one
thing, and central repository of those is another. Ruby gems or CPAN have
them both. I guess the former is most important. Having it you can still
choose where to pick it from (think quality). This way we could improve the
process of building 3rd party stuff and of distributing our own stuff,
commercial or open, whatever. 'Where to get the stuff' is just another
problem and we are not forced to join those two domains together.

Compare to python, when setup.py -- really cool method of bundling your
package -- existed years before python eggs (gem-like solution).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20090214/227bebf3/attachment.htm>


More information about the erlang-questions mailing list