X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=wfJUalzDJTn5OS9PVbhnMrVVZeVJMH+8qtb77IOEXEI=; b=HKIIMeXuRgd8yqfWt2oJZsKcdrglyxz6Ei73H0j5oO+mzYz04Pz1G8iAT+Wfiih+vz +GdvZGovFt8PEG24v3ZFJ/Pg1TAFM3YAoU7RX4TJnvWQ1Y1maHNzs1ibpHuxAwsyFM2Q DfIdk98Qr5zwcj1RXO4s5AQRzKVlJCE318pSrVzPw0IV2gJ7oMPNcjR8fyEnkmwNqWVQ rGYbAOpg860kU4ItIeljMgJZU1+rjTVGLmPZ8Ll3Ukds2x4lmTEVdhiP9RuzJx2W+gwv QB6mZ3RgQrJXzlMep89JkpaynpKaYqIE80+C0ab1sH6AdilAbOocp8IDOfAy2SrcrsUb WjzQ== MIME-Version: 1.0 X-Received: by 10.194.23.194 with SMTP id o2mr94423218wjf.63.1438286065071; Thu, 30 Jul 2015 12:54:25 -0700 (PDT) In-Reply-To: References: <201507290247 DOT t6T2lYPF025964 AT envy DOT delorie DOT com> <20150729030520 DOT 3437 DOT qmail AT stuge DOT se> <201507290313 DOT t6T3D15d026939 AT envy DOT delorie DOT com> Date: Thu, 30 Jul 2015 11:54:24 -0800 Message-ID: Subject: Re: [geda-user] gEDA fail metrics From: "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, Jul 30, 2015 at 7:48 AM, Ouabache Designworks (z3qmtr45 AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > > > On Thu, Jul 30, 2015 at 7:48 AM, Evan Foss (evanfoss AT gmail DOT com) [via > geda-user AT delorie DOT com] wrote: >> >> I find it funny how people fight over which language is better or >> which VCS but no one really cares or wants to care about what make >> they have. > > I find the same problem with shells. Hate having a script bomb because I am > using a different shell than the author. > > The only thing more disgusting than the fact that we are still using > something as ancient as make is that fact that after all of these years , > noboby has come up with anything better than it. Lots of things have been come up with actually. The problem is that none of them are enough better to be worth it. Unlike almost dead languages like lisp, Make works fine and is feature-complete. As the number of strange OS that must be supported has declined some projects have actually gone back to straight Make from CMake autoconf etc. The lesson here is that forks and reinventions aren't worth it unless they really are radically different. Britton