Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!novia!news-out.readnews.com!news-xxxfer.readnews.com!panix!roy From: Roy Smith Newsgroups: comp.lang.python Subject: Re: Why did Quora choose Python for its development? Date: Thu, 26 May 2011 08:51:48 -0400 Organization: PANIX Public Access Internet and UNIX, NYC Lines: 21 Message-ID: References: <80d59383-36a3-4744-85c4-1a0577f1d3a6@dr5g2000vbb.googlegroups.com> <9CDC4B2CD1F445E994119A50F65155DF@teddy> <12225671E9654FECB49613D915FAEC19@teddy> <21A740B7AC6644248476DFADDF726C73@octavian> <629DAC3611EA49B0A36BCF70151CDE2F@octavian> <87sjs44qyk.fsf@castleamber.com> <87zkmcujl4.fsf@castleamber.com> <20110524133902.b5ad22b1.darcy@druid.net> <87vcwzyoos.fsf@castleamber.com> <87mxiasid4.fsf@castleamber.com> <94709uF99gU5@mid.individual.net> NNTP-Posting-Host: localhost X-Trace: reader1.panix.com 1306414309 5769 127.0.0.1 (26 May 2011 12:51:49 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Thu, 26 May 2011 12:51:49 +0000 (UTC) User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6317 In article <94709uF99gU5@mid.individual.net>, Neil Cerutti wrote: > On 2011-05-25, Matty Sarro wrote: > > General readability is a farce. If it was true we would only > > have one section to the library. Different people enjoy > > reading, and can comprehend better in different ways. THat's > > why some people are super verbose - hell, just look at this > > here post! :) > > Despite individual proclivities, there remain standards of > readability enshrined in our dictionaries and grammar handbooks. > Claiming that code readability of code is to be judged solely > subjectively by each individual absolves code of the > responsibility to communicate to more than just its author. Also, the purpose of source code is to transmit information (to both the compiler and to human readers). That is a much narrower purpose than is served by books in a library, many of which are written as entertainment. Sometimes, the real enjoyment (in literature) comes in figuring out what the author really meant.