Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59080
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: Languages for different purposes (was Re: New user's initial thoughts / criticisms of Python) |
| Date | 2013-11-11 14:40 +0000 |
| References | <mailman.2313.1384037901.18130.python-list@python.org> <70dcaa80-7502-4312-9d8b-652afdaaf0fb@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2382.1384180864.18130.python-list@python.org> (permalink) |
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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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