473,386 Members | 1,758 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Removing language comparisons

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 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 1561
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.html>. ....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********************@speakeasy.net:
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.


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.uk
int month(char *p){return(124864/((p[0]+p[1]-p[2]&0x1f)+1)%12)["\5\x8\3"
"\6\7\xb\1\x9\xa\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.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 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****@NOSPAMrcp.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
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...
7
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...
26
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...
7
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...
3
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...
134
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...
2
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....
6
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...
7
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...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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...

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.