Differences between revisions 22 and 23
Revision 22 as of 2006-09-15 15:14:03
Size: 3121
Editor: JimJJewett
Comment: reordered -- group by language and recency
Revision 23 as of 2006-09-15 15:16:03
Size: 3202
Editor: JimJJewett
Comment: title sections by lang
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
 * ''Several in 2006'', David Howard's ''[[http://www.dmh2000.com/cjpr/ C++ vs Java vs Python vs Ruby]]''. This essay provides implementations of moderately simple algorithms, like Red-Black Trees in various languages. The essay compares language features and renders fair verdicts. It has a handy feature to scroll through the various implementations side by side. A good, quick read.
 * ''Several in 2000'': [http://www.ipd.uka.de/~prechelt/Biblio/ Lutz Prechelt]]'s article ''[http://page.mi.fu-berlin.de/~prechelt/Biblio/jccpprt_computer2000.pdf An Empirical Comparison of C, C++, Java, Perl, Python, Rexx, and Tcl for a Search/String-Processing Program] (pdf)'' is a little old, but it is REAL RESEARCH, comparing productivity and program performance for 80 different implementations of the same requirements, in seven languages.
 * ''Several in 2002'': GlyphLefkowitz wrote, and MikeConnell updated some ''very simple'' [http://www.flat222.org/mac/bench/ performance benchmarks]. This is no longer being updated.
 * ''Several in 1997'': Guido's essay ''[http://www.python.org/doc/essays/comparisons.html Comparing Python to Other Languages]'' is an essay comparison of Python to Java, JavaScript, Perl, Tcl, SmallTalk, C++, CommonLisp, and Scheme.
 * Multiple Languages:
  
* ''Several in 2006'', David Howard's ''[[http://www.dmh2000.com/cjpr/ C++ vs Java vs Python vs Ruby]]''. This essay provides implementations of moderately simple algorithms, like Red-Black Trees in various languages. The essay compares language features and renders fair verdicts. It has a handy feature to scroll through the various implementations side by side. A good, quick read.
   * ''Several in 2000'': [http://www.ipd.uka.de/~prechelt/Biblio/ Lutz Prechelt]]'s article ''[http://page.mi.fu-berlin.de/~prechelt/Biblio/jccpprt_computer2000.pdf An Empirical Comparison of C, C++, Java, Perl, Python, Rexx, and Tcl for a Search/String-Processing Program] (pdf)'' is a little old, but it is REAL RESEARCH, comparing productivity and program performance for 80 different implementations of the same requirements, in seven languages.
   * ''Several in 2002'': GlyphLefkowitz wrote, and MikeConnell updated some ''very simple'' [http://www.flat222.org/mac/bench/ performance benchmarks]. This is no longer being updated.
   * ''Several in 1997'': Guido's essay ''[http://www.python.org/doc/essays/comparisons.html Comparing Python to Other Languages]'' is an essay comparison of Python to Java, JavaScript, Perl, Tcl, SmallTalk, C++, CommonLisp, and Scheme.
Line 15: Line 16:
 * ''Perl in 2000'': Eric Raymond's essay ''[http://www.linuxjournal.com/article.php?sid=3882 Why Python]'' describes how he discovered Python, how it compares to Perl, and why he was impressed.
 * ''Perl in 1999'': The humorous ''[http://www.python.org/doc/Humor.html#yoda Python vs. Perl according to Yoda]''.
 * Perl
  
* ''Perl in 2000'': Eric Raymond's essay ''[http://www.linuxjournal.com/article.php?sid=3882 Why Python]'' describes how he discovered Python, how it compares to Perl, and why he was impressed.
   * ''Perl in 1999'': The humorous ''[http://www.python.org/doc/Humor.html#yoda Python vs. Perl according to Yoda]''.
Line 18: Line 20:
 * ''Lisp'': Peter Norvig wrote ''[http://www.norvig.com/python-lisp.html Python for Lisp Programmers]'' which includes a feature-by-feature comparison.
 * ''Lisp in 1999'': There is a pretty terrible comparison of Python and Lisp (in the sense of being uninformed about Lisp) at http://www.strout.net/python/pythonvslisp.html. The only reason for mentioning it is to say, yes, it's old and inaccurate, and not to take it too seriously (you can seach comp.lang.lisp for more specific refutations if you really want).
 * Lisp
  
* ''Lisp'': Peter Norvig wrote ''[http://www.norvig.com/python-lisp.html Python for Lisp Programmers]'' which includes a feature-by-feature comparison.
   * ''Lisp in 1999'': There is a pretty terrible comparison of Python and Lisp (in the sense of being uninformed about Lisp) at http://www.strout.net/python/pythonvslisp.html. The only reason for mentioning it is to say, yes, it's old and inaccurate, and not to take it too seriously (you can seach comp.lang.lisp for more specific refutations if you really want).
Line 21: Line 24:
 * ''Tcl in 1998'': Frank Stajano's paper, ''[http://www.python.org/workshops/1998-11/proceedings/papers/stajano/stajano.html Implementing the SMS server, or why I switched from Tcl to Python]'', was presented at the [http://www.python.org/workshops/1998-11/proceedings.html Seventh Internation Python Conference] (in 1998). (Also available in [http://www.python.org/workshops/1998-11/proceedings/papers/stajano/stajano.pdf PDF].)  * Tcl
  
* ''Tcl in 1998'': Frank Stajano's paper, ''[http://www.python.org/workshops/1998-11/proceedings/papers/stajano/stajano.html Implementing the SMS server, or why I switched from Tcl to Python]'', was presented at the [http://www.python.org/workshops/1998-11/proceedings.html Seventh Internation Python Conference] (in 1998). (Also available in [http://www.python.org/workshops/1998-11/proceedings/papers/stajano/stajano.pdf PDF].)
Line 23: Line 27:
 * ''Java in 2006'': ''[http://www.razorvine.net/python/PythonComparedToJava PythonComparedToJava]'' lists the similarities and the differences between Python and Java.
 * ''Java'': Stephen Ferg's ''[http://techiesabode.com/article/read_article_w.php?article_id=13 Python & Java: a Side-by-Side Comparison]'' looks at programmer productivity.
 * Java
  
* ''Java in 2006'': ''[http://www.razorvine.net/python/PythonComparedToJava PythonComparedToJava]'' lists the similarities and the differences between Python and Java.
   * ''Java'': Stephen Ferg's ''[http://techiesabode.com/article/read_article_w.php?article_id=13 Python & Java: a Side-by-Side Comparison]'' looks at programmer productivity.

Comparing Python to various other languages:

Full Treatments:

External Articles:

... please add more!

See also StrongVsWeakTyping.


CategoryAdvocacy

LanguageComparisons (last edited 2014-04-19 09:17:58 by DaleAthanasias)

Unable to edit the page? See the FrontPage for instructions.