Path: csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: "Charles T. Smith" Newsgroups: comp.lang.python Subject: Re: sobering observation, python vs. perl Date: Thu, 17 Mar 2016 16:36:06 -0000 (UTC) Organization: A noiseless patient Spider Lines: 15 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 17 Mar 2016 16:36:06 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="2d0c4ecf00f77ddde976a2bcb676e65e"; logging-data="14687"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19wFdpH5Lz6tA55/aExwp9VkCl2r7gYhv4=" User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Cancel-Lock: sha1:HW73Wyx+r2vaPa4BQk3SzNXF7bc= Xref: csiph.com comp.lang.python:105117 On Thu, 17 Mar 2016 09:21:51 -0700, Ethan Furman wrote: >> well, I don't want to forgo REs in order to have python's numbers be better.... > > The issue is not avoiding REs, but using Python's strengths and idioms. > Write the code in Python's style, get the same results, then compare > the times. Yes, your point was to forge REs despite that they are useful. I could have thought the search would have been better as: 'release[-.:][Rr]eq' or something else ... you're in a "defend python at all costs!" mode.