Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #43692

Re: The node.js Community is Quietly Changing the Face of Open Source

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'languages.': 0.04; 'subject:Open': 0.05; 'dev': 0.07; 'git': 0.09; 'permission,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Source': 0.09; 'url:blog': 0.10; 'python': 0.11; 'jan': 0.12; 'it."': 0.16; 'libraries.': 0.16; 'modules.': 0.16; 'nowadays': 0.16; 'rarely': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'all.': 0.16; 'wrote:': 0.18; 'looked': 0.18; 'trying': 0.19; 'programming': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'library,': 0.24; 'loved': 0.24; "i've": 0.25; 'developers': 0.25; 'asking': 0.27; 'gets': 0.27; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'said,': 0.30; 'libraries': 0.31; 'mid': 0.31; 'node': 0.31; 'probably': 0.32; 'stuff': 0.32; 'community': 0.33; '"the': 0.34; 'maybe': 0.34; 'subject:the': 0.34; 'except': 0.35; 'but': 0.35; 'there': 0.35; 'really': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'anything': 0.39; 'itself': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'easy': 0.60; 'today,': 0.61; 'received:173': 0.61; 'simply': 0.61; 'places': 0.64; 'subject:The': 0.64; 'competition': 0.65; 'charset:windows-1252': 0.65; 'article': 0.77; 'it\x92s': 0.84; 'received:fios.verizon.net': 0.84; 'remove.': 0.84; 'corporations': 0.91; 'schools': 0.91; 'serious': 0.97
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Terry Jan Reedy <tjreedy@udel.edu>
Subject Re: The node.js Community is Quietly Changing the Face of Open Source
Date Tue, 16 Apr 2013 13:42:02 -0400
References <CABRP1o92E07Fs8TJpOt1XJJw3D_F+LU8ejTgxs_Ckf1t=2YsMA@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 8bit
X-Gmane-NNTP-Posting-Host pool-173-75-251-66.phlapa.fios.verizon.net
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5
In-Reply-To <CABRP1o92E07Fs8TJpOt1XJJw3D_F+LU8ejTgxs_Ckf1t=2YsMA@mail.gmail.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.681.1366134136.3114.python-list@python.org> (permalink)
Lines 33
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1366134136 news.xs4all.nl 2584 [2001:888:2000:d::a6]:58583
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:43692

Show key headers only | View raw


On 4/16/2013 12:02 PM, Rodrick Brown wrote:
> I came across this article which sums up some of the issues I have with
> modern programming languages. I've never really looked at Javascript for
> anything serious or Node itself but I found this article really
> informational.
>
> "The “Batteries included” philosophy of Python was definitely the right
> approach during the mid 90’s and one of the reasons that I loved Python
> so much; this was a time before modern package management, and before it
> was easy to find and install community-created libraries.  Nowadays

Python gets used in places like corporations and schools where one 
cannot simply install stuff off the net, but must fill out a form asking 
permission, or maybe not ask at all.

> though I think it’s counter-productive.  Developers in the community
> rarely want to bother trying to compete with the standard library, so
> people are less likely to try to write libraries that improve upon it."

Except that there is competition for many modules. That said, there are 
old modules that probably would not be added today, and some the dev 
would like to remove. (Some were for 3.0.)

> http://caines.ca/blog/programming/the-node-js-community-is-quietly-changing-the-face-of-open-source/

The irony is that the author goes on to say that the node.js community 
'works' because they all use the same infrastructure battery: git and 
git-hub ;-).

--
Terry Jan Reedy

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: The node.js Community is Quietly Changing the Face of Open Source Terry Jan Reedy <tjreedy@udel.edu> - 2013-04-16 13:42 -0400
  Re: The node.js Community is Quietly Changing the Face of Open Source rusi <rustompmody@gmail.com> - 2013-04-16 21:22 -0700

csiph-web