http://shootout.alioth.debian.org/
but that's not what I was thinking of. I thought there was a site with a
bunch of smaller examples.
I'm looking for a site with this sort of information to pass along to my son
who's entering his sophomore year of college, has one Java course under his
belt, and will take a second course in the fall. I'm hoping to reach him
before his brain turns to mush. ;-)
Thx,
--
Skip Montanaro - sk...@pobox.com - http://www.smontanaro.net/
America's vaunted "free press" notwithstanding, story ideas that expose
the unseemly side of actual or potential advertisers tend to fall by the
wayside. Not quite sure why. -- Jim Thornton
PLEAC (Programming Language Examples Alike Cookbook) is one option:
http://pleac.sourceforge.net/
Cheers,
Chris
--
Hope my brain doesn't turn to mush.
http://blog.rebertia.com
http://www.rosettacode.org/wiki/Main_Page
http://en.literateprograms.org/LiteratePrograms:Welcome
http://www.codecodex.com/wiki/index.php?title=Main_Page
http://merd.sourceforge.net/pixel/language-study/scripting-language/
http://pleac.sourceforge.net/
http://www.angelfire.com/tx4/cus/shapes/index.html
Bye,
bearophile
Thanks for the extensive list of sites!
Skip
> PLEAC (Programming Language Examples Alike Cookbook) is one option:http://pleac.sourceforge.net/
"""The latest version of Python is 2.4"""
Appears to be a translation of parts of the Perl Cookbook: """Examples
which translate the original Perl closely but which are unPythonic are
prefixed with a comment stating "DON'T DO THIS"."""
Rosetta Code has examples of common programming tasks in hundreds of languages:
http://rosettacode.org/
http://langref.org/ is another one.