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


Groups > comp.lang.python > #59080

Re: Languages for different purposes (was Re: New user's initial thoughts / criticisms of Python)

Path csiph.com!usenet.pasdenom.info!goblin1!goblin2!goblin.stu.neva.ru!newsfeed1.swip.net!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!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; 'from:addr:yahoo.co.uk': 0.04; 'subject:Python': 0.06; 'string': 0.09; 'editor.': 0.09; 'lawrence': 0.09; 'newly': 0.09; 'pep': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tismer': 0.09; 'python': 0.11; 'thread': 0.14; 'chunks.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'splits': 0.16; 'subject: \n ': 0.16; 'subject:Languages': 0.16; 'subject:user': 0.16; 'ignore': 0.16; 'language': 0.16; 'wrote:': 0.18; "hasn't": 0.19; 'pieces': 0.19; 'written': 0.21; 'memory': 0.22; 'programming': 0.22; 'coding': 0.22; 'header:User-Agent:1': 0.23; 'unicode': 0.24; 'second': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'waste': 0.30; 'asked': 0.31; 'bad.': 0.31; 'languages': 0.32; 'url:python': 0.33; 'subject: (': 0.35; 'but': 0.35; 'google': 0.35; 'false': 0.36; "he's": 0.36; "didn't": 0.36; 'subject:New': 0.37; 'two': 0.37; 'performance': 0.37; 'christian': 0.38; 'whatever': 0.38; 'to:addr:python-list': 0.38; 'track': 0.38; 'short': 0.38; 'bad': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'even': 0.60; 'subject: / ': 0.60; 'then,': 0.60; 'world.': 0.61; 'making': 0.63; 'email addr:gmail.com': 0.63; 'such': 0.63; 'provide': 0.64; 'between': 0.67; 'benefit': 0.68; 'fact,': 0.69; 'claims.': 0.84; 'explanation:': 0.84; 'rubbish': 0.84; 'url:lang': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Languages for different purposes (was Re: New user's initial thoughts / criticisms of Python)
Date Mon, 11 Nov 2013 14:40:41 +0000
References <mailman.2313.1384037901.18130.python-list@python.org> <70dcaa80-7502-4312-9d8b-652afdaaf0fb@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host host-92-24-217-28.ppp.as43234.net
User-Agent Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.0
In-Reply-To <70dcaa80-7502-4312-9d8b-652afdaaf0fb@googlegroups.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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2382.1384180864.18130.python-list@python.org> (permalink)
Lines 36
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1384180864 news.xs4all.nl 15934 [2001:888:2000:d::a6]:50425
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:59080

Show key headers only | View raw


On 11/11/2013 09:28, wxjmfauth@gmail.com wrote:
>>
>> * Some languages are just fundamentally bad.
>
> The flexible string representation is a perfect exemple.
>
> Again, a short explanation:
>
> This FSR splits unicode in chunks. Two immediate consequences:
> - It's necessary to keep track of "each individual internal pieces of text".
> - It's necessary to waste time in switching between the internal coding
> schemes.
>
> Bad memory and bad performance at the same time.
>
>
> In fact, with such a mechanism, it is even impossible to write an editor.
>
> jmf
>

For the benefit of newbies, lurkers or whatever please ignore the 
rubbish written by "Joseph McCarthy" Faust regarding PEP 393 and the 
Flexible String Representation.  He keeps making these false claims in 
double spaced google crap despite having been shot down in this thread
https://groups.google.com/forum/#!topic/comp.lang.python/JkVQT0Wbq1A[1-25-false], 
where he was asked to provide evidence to support his claims.  he didn't 
do so then, he's been asked repeatedly since to do so but hasn't because 
he can't, hence his newly aquired nickname.

-- 
Python is the second best programming language in the world.
But the best has yet to be invented.  Christian Tismer

Mark Lawrence

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


Thread

Languages for different purposes (was Re: New user's initial thoughts / criticisms of Python) Chris Angelico <rosuav@gmail.com> - 2013-11-10 09:58 +1100
  Re: Languages for different purposes (was Re: New user's initial thoughts / criticisms of Python) wxjmfauth@gmail.com - 2013-11-11 01:28 -0800
    Re: Languages for different purposes (was Re: New user's initial thoughts / criticisms of Python) Chris Angelico <rosuav@gmail.com> - 2013-11-11 20:55 +1100
    Re: Languages for different purposes (was Re: New user's initial thoughts / criticisms of Python) Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-11 14:40 +0000
    Re: Languages for different purposes (was Re: New user's initial thoughts / criticisms of Python) Ethan Furman <ethan@stoneleaf.us> - 2013-11-11 09:32 -0800

csiph-web