www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2015/09/05/19:36:02

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=8B/sanyNSmxcEYZio0zJZxv3B5IhypDkeDluAwUkEac=;
b=yVzzTSdDF10Wu8ppWcoBE60vk0WyUWZ7If8mWR7pbqkKE3U19yFP7lev+WdHbvvWv+
Hi3D0DHt6U/CH60B5XLbpM7gsYViJJ6k8wtf6fqTjX0KnfzFBGc/oJTN/VPN3taRWKsC
7BLnrG9nwSWMVWWMqV7CY3r9eTaPLOnMPj3B33iwoS+NI9wsaPVK4uyHz6OHpgha4jUS
SBtxFNIJmJI1RjkR3thYNKKOeFi+fF7bTz4A4fdbmy6WpvSEWC1viQSBH2bLOOGIbSoJ
S71nI8rJI2wUj8t2Mv1msUDAuoDo7fmftZmA55efRz7ZuSOY9gC4qHU0ZrEaB2VhvnTL
njuA==
MIME-Version: 1.0
X-Received: by 10.152.43.198 with SMTP id y6mr10103043lal.41.1441496149565;
Sat, 05 Sep 2015 16:35:49 -0700 (PDT)
In-Reply-To: <20150905213959.GE7185@localhost.localdomain>
References: <BC7E3E69-4914-4654-B020-1338C71E0CDB AT noqsi DOT com>
<201509032030 DOT t83KU1Yq017045 AT envy DOT delorie DOT com>
<55E97A3E DOT 2070402 AT jump-ing DOT de>
<69B8B3F4-A6E4-43E9-9055-C63A5D6A3707 AT noqsi DOT com>
<CAM2RGhT=aTYjyHWuxYFJXac8VhTOcB_piEGhq2dCNa61gAtFNw AT mail DOT gmail DOT com>
<55E9BD63 DOT 8070407 AT jump-ing DOT de>
<F6F6D986-713A-443E-B8FC-C6F7828C570D AT noqsi DOT com>
<201509051930 DOT t85JUlTh019874 AT envy DOT delorie DOT com>
<20150905210158 DOT GC7185 AT localhost DOT localdomain>
<201509052107 DOT t85L7sHL024299 AT envy DOT delorie DOT com>
<20150905213959 DOT GE7185 AT localhost DOT localdomain>
Date: Sat, 5 Sep 2015 23:35:49 +0000
Message-ID: <CAM2RGhSqfe4=EsyrpVhhUAc=jPadhmirG03zxPE4954A-VB=uQ@mail.gmail.com>
Subject: Re: [geda-user] New experimental netlist features
From: "Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
To: geda-user AT delorie DOT com
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

On Sat, Sep 5, 2015 at 9:39 PM, Vladimir Zhbanov (vzhbanov AT gmail DOT com)
[via geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote:
> On Sat, Sep 05, 2015 at 05:07:54PM -0400, DJ Delorie wrote:
>>
>> > It's just an opinion. Tastes may vary.
>>
>> Sure, you can always find a few exceptions to any generalization.  But
>> KiCAD's community is growing, they're attracting big projects, and
>> people tend to try them first because they're the better-known name.
>> gEDA used to be that, but now we're the has-beens.  Our community is
>> shrinking, we're losing devs, etc.
>>
>> Can we change?  Sure, if we really want to, and figure out how.
>>
>> Can we retake the #1 spot?  I see no technical reason why not, if the
>> people can work together to address all the reasons why we're not #1.
>>
>> But at the moment, unless we drastically change how we do things,
>> KiCAD is #1.
>
> Over and over again...
>
> Does this mean we should replace Guile with Python?
> (Emacs Lisp with Vim scripts?, LaTeX coding with LibreOffice widgets?
> systemv with systemd etc. etc.)
>
>
> Citate from http://twistedmatrix.com/users/glyph/rant/extendit.html:
>
> -------------------------------------------------------------------
> Access from multiple scripting languages is not a good idea.
>
> In an article I posted to advogato, I described my position on this in
> more detail, but the gist is that it is extremely difficult to design an
> interface which makes sense and helps people be productive in one
> language. Doing it several times over is a fantastic challenge with
> little benefit - in fact, the effort may backfire.
>
> Consider that, if you maintain multiple scripting interfaces, your
> application will develop a ragged community of customization fans, who
> will regularly argue about what language to use to extend your software.
> If you support Perl, Ruby, Python, and Scheme, you will certainly find
> Python and Perl fans who are using your application constantly at each
> others' throats, re-implementing the same 'script' functionality 8 or 9
> times, and generally wasting time that could be better spent enhancing
> their plug-in packages.

Yes it is wasted effort but who cares? I would rather have people
coding their own *never* to be included stuff than fight endlessly on
the email list.

> If you support only one scripting language, but you support it well,
> then you will create a simple environment into which contributors may
> put enhancements, and you will facilitate sharing and understanding
> between those contributors. Focusing on a single language and supporting
> it well will almost certainly result in more general-use code getting
> written for your particular app than in a multi-language scenario.
> (x-chat's scripting subsystem is a case in point.)
> -------------------------------------------------------------------
>
> It's just what's happening now in the project. Exactly one developer
> (Roland) works on its python branch and has a support of some users in
> the list who always keep repeating 'guile is wrong'. How will this
> encourage any dev like me who've invested their time on learning current
> gschem internals and Scheme in order to try to make things better?

You have my agreement until you get to scheme. Irrespective of
technical attracting new developers is harder when you are using a
language that is itself falling in popularity. It is just another
barrier to entry for new contributors. Most people already know C
almost no one comes to this project already knowing scheme.

Even John Dotty seemed to agree that we need an alternative to scheme.

> OK, I see the message. Get out, stupid ancient fools, your time is
> out ;) The new generation is coming...

For quite a while there the message the developers were sending was...
Stay away you newcomers, we know the user base wants this but they
don't understand the tool as well as we do. The users are a collection
of

Igor2 started this fork because people were unwilling to accept his
contributions. Looking back the same people drove me out too. Lets not
start that again.

> Cheers,
>   Vladimir



-- 
Home
http://evanfoss.googlepages.com/
Work
http://forge.abcd.harvard.edu/gf/project/epl_engineering/wiki/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019