473,795 Members | 3,428 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Removing language comparisons

python.org has a page of "Python vs. X" language comparisons at
<http://www.python.org/doc/Comparisons.htm l>. They're all pretty outdated,
and often unfair because they're written by a person who knows Python well
but has only a nodding acquaintance with language X.

I'm planning to drop this page from python.org because it's so outdated and
no one is around to maintain it. If anyone wants to grab the contents and
turn them into a Wiki page, or use bits of them for marketing material,
please do it now.

--amk
Jul 18 '05 #1
7 1587
On Wed, 20 Aug 2003 20:51:30 -0500, "A.M. Kuchling" <am*@amk.ca> wrote:
python.org has a page of "Python vs. X" language comparisons at
<http://www.python.org/doc/Comparisons.htm l>. ....I'm planning to drop this page from python.org because it's so outdated and


If it weren't for the Python vs. Perl papers, I'd still be using Perl.

I suggest simply creating an "Archive" section near the bottom of the page,
and moving any links whose contents you know to be wrong to that section.
But please, please don't remove the page altogether. Most comparision
issues simply aren't going to change, so the articles just get old, not
outdated.

Gary

Jul 18 '05 #2
"A.M. Kuchling" <am*@amk.ca> wrote in
news:Lv******** ************@sp eakeasy.net:
python.org has a page of "Python vs. X" language comparisons at
<http://www.python.org/doc/Comparisons.htm l>. They're all pretty
outdated,
and often unfair because they're written by a person who knows Python
well but has only a nodding acquaintance with language X.


How about getting some new articles to be written by pairs of people, one
Python user who knows a bit of the other language and one person who lives
and breathes Perl/Java/Ruby/etc but knows a bit of Python? That way you
might end up with some genuinely objective comparisons showing both sides
of the fence.

--
Duncan Booth du****@rcp.co.u k
int month(char *p){return(1248 64/((p[0]+p[1]-p[2]&0x1f)+1)%12 )["\5\x8\3"
"\6\7\xb\1\x9\x a\2\0\4"];} // Who said my code was obscure?
Jul 18 '05 #3
On Thu, 21 Aug 2003 11:43:59 GMT,
But please, please don't remove the page altogether. Most comparision
issues simply aren't going to change, so the articles just get old, not
outdated.


But comparison issues do change over time, e.g. the Python/Scheme comparison
at http://www.python.org/doc/pythonVSscheme.html says Python uses only
refcounting GC, and claims the Python and Jython implementations are
explicitly synchronized. Java performance numbers cited are for JDK 1.1.7,
Python performance numbers are for 1.5.2, and so forth.

--amk
Jul 18 '05 #4
On Thu, 21 Aug 2003 07:16:16 -0500, "A.M. Kuchling" <am*@amk.ca> wrote:
But comparison issues do change over time, e.g. the Python/Scheme comparison
at http://www.python.org/doc/pythonVSscheme.html says Python uses only
refcounting GC, and claims the Python and Jython implementations are
explicitly synchronized. Java performance numbers cited are for JDK 1.1.7,
Python performance numbers are for 1.5.2, and so forth.


Of course, those aren't language comparisons. They're implementation
comparisons. And sure, some language issues do change, but most of the
fundamentals don't. Perl will always have funky character prefixes, Java
will always have static typing, etc.

Gary

Jul 18 '05 #5
A.M. Kuchling wrote:
python.org has a page of "Python vs. X" language comparisons at
<http://www.python.org/doc/Comparisons.htm l>. They're all pretty
outdated, and often unfair because they're written by a person who
knows Python well but has only a nodding acquaintance with language X.

I'm planning to drop this page from python.org because it's so
outdated and no one is around to maintain it. If anyone wants to
grab the contents and turn them into a Wiki page, or use bits of them
for marketing material, please do it now.


Done.

See http://www.python.org/cgi-bin/moinmo...ageComparisons

Mike


Jul 18 '05 #6

Duncan> How about getting some new articles to be written by pairs of
Duncan> people, one Python user who knows a bit of the other language
Duncan> and one person who lives and breathes Perl/Java/Ruby/etc but
Duncan> knows a bit of Python?

Did I just hear you volunteer to head up the effort? ;-)

Skip

Jul 18 '05 #7
"A.M. Kuchling" <am*@amk.ca> wrote in message
news:R-*************** *****@speakeasy .net...
On Thu, 21 Aug 2003 12:07:33 +0000 (UTC),
Duncan Booth <du****@NOSPAMr cp.co.uk> wrote:
How about getting some new articles to be written by pairs of people, one Python user who knows a bit of the other language and one person who lives and breathes Perl/Java/Ruby/etc but knows a bit of Python? That way you


A good idea, but unless some volunteer steps forward to do the work, it's
not going to happen.


A lot of the documentation I am putting together for the vb2Py project is
easily reworkable into a comparison of Python and Visual Basic. I don't mind
spending some time on that if people think it is of value.

Paul
Jul 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1193
by: Mike Rovner | last post by:
Mike Rovner wrote: > A.M. Kuchling wrote: >> python.org has a page of "Python vs. X" language comparisons at >> <http://www.python.org/doc/Comparisons.html>. They're all pretty >> outdated, and often unfair because they're written by a person who >> knows Python well but has only a nodding acquaintance with language >> X. >> >> I'm planning to drop this page from python.org because it's so >> outdated and no one is around to maintain...
7
1637
by: has | last post by:
<BLUSH> Careless talk costs lives, as they say. In my case, a throwaway comment that Python could trounce the notoriously underpowered and undersupported AppleScript language for "serious number crunching". (And Perl could beat Python, and Fortran could kick all their butts, etc...) Well, you'd think me and the other guy would be old enough to know better, or at least have more important things to do, but nooooo... Ah well, too late...
26
2147
by: HackingYodel | last post by:
Hello all! I'm learning to program at home. I can't imagine a better language than Python for this. The ideal situation, for me, would be to study two languages at the same time. Probably sounds crazy, but it works out better for me. Being a newbie, I find almost all languages fascinating. C, D, Objective-C, Ocaml, C++, Lisp, how is a non-tech to choose? Does any single language do a better job in Python's weaker areas? Would anyone...
7
1737
by: Jon Slaughter | last post by:
I'm trying to get into web development for creating a professional web site and I'm confused on which language I should use. I've read some comparisons between the major languages and I was thinking that python might be the way to go for the most powerful and general language but I am not sure. Does anyone know of any detailed and objective comparisons between the major languages(perl, php, java, javascript, etc...) that might help me get...
3
4605
by: Kevin King | last post by:
I have a question about an assignment I have. I need to count the number of comparisons in my merge sort. I know that the function is roughly nlog(n), but I am definately coming up with too many comparisons. It seems to me like I should just use a single counter in the merge function's 'if' statement, but this can't be right because an array of 50 takes about 100 comparisons this way. If anyone has any suggestions I would greatly...
134
8047
by: evolnet.regular | last post by:
I've been utilising C for lots of small and a few medium-sized personal projects over the course of the past decade, and I've realised lately just how little progress it's made since then. I've increasingly been using scripting languages (especially Python and Bourne shell) which offer the same speed and yet are far more simple and safe to use. I can no longer understand why anyone would willingly use C to program anything but the lowest...
2
1310
by: mk | last post by:
Hi, A client of mine is moving towards .net as their common dev platform. They have a mix of components written in VC++ and VB (Visual Studio 6). Primarily they write com+ based applications, i.e. distributed systems. We intend to almost completely redevelop their existing systems, which have been in place for some time, however a few of the current components will remain in operation for the forseeable future, e.g. security components,...
6
6116
by: Niyazi | last post by:
Hi all, What is fastest way removing duplicated value from string array using vb.net? Here is what currently I am doing but the the array contains over 16000 items. And it just do it in 10 or more minutes. 'REMOVE DUBLICATED VALUE FROM ARRAY +++++++++++++++++ Dim col As New Scripting.Dictionary Dim ii As Integer = 0
7
2394
by: Connelly Barnes | last post by:
Hi Python folks, I created a summary PDF of two studies on programming language productivity: http://barnesc.blogspot.com/2006/05/programming-language-productivity.html One notes that Python and Perl are the two best languages by the "number of hours to solve problem" metric. I ran into these studies when I was learning Common Lisp, and Googled "lisp
0
9519
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10437
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10214
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10164
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10001
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9042
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6780
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5437
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.