[erlang-questions] The quest for the perfect programming language for massive concurrency.
Richard A. O'Keefe
ok@REDACTED
Tue Feb 4 03:22:54 CET 2014
On 3/02/2014, at 9:26 PM, Bengt Kleberg wrote:
> These are opinions, not facts.
>
> The benefits of Make are mentioned below. Here is a look at a drawback:
> http://miller.emu.id.au/pmiller/books/rmch/
> (Recursive Make Considered Harmful)
That's not a drawback of *make*, it's a drawback of
*recursive* make (where a Makefile has a whole bunch
of cd x; make commands in it). That article actually
is very upbeat about Make as such.
More information about the erlang-questions
mailing list