Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Programming language comparison examples?

12 views
Skip to first unread message

sk...@pobox.com

unread,
Jun 5, 2009, 3:20:40 PM6/5/09
to pytho...@python.org
I thought there was a website which demonstrated how to program a bunch of
small problems in a number of different languages. I know about the
Programming Language Shootout:

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

Chris Rebert

unread,
Jun 5, 2009, 3:45:48 PM6/5/09
to sk...@pobox.com, pytho...@python.org
On Fri, Jun 5, 2009 at 12:20 PM, <sk...@pobox.com> wrote:
> I thought there was a website which demonstrated how to program a bunch of
> small problems in a number of different languages.  I know about the
> Programming Language Shootout:
>
>    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.

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

bearoph...@lycos.com

unread,
Jun 5, 2009, 3:55:59 PM6/5/09
to

sk...@pobox.com

unread,
Jun 5, 2009, 9:32:43 PM6/5/09
to bearoph...@lycos.com, pytho...@python.org

John Machin

unread,
Jun 5, 2009, 10:16:53 PM6/5/09
to
On Jun 6, 5:45 am, Chris Rebert <c...@rebertia.com> wrote:

> 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"."""

Simon Brunning

unread,
Jun 6, 2009, 12:49:31 PM6/6/09
to pytho...@python.org, Skip Montanaro
2009/6/5 <bearoph...@lycos.com>:

And my favorite: http://99-bottles-of-beer.net/

--
Cheers,
Simon B.

Ben Rousch

unread,
Jun 11, 2009, 10:01:55 AM6/11/09
to pytho...@python.org
<skip <at> pobox.com> writes:
>
> I thought there was a website which demonstrated how to program a bunch of
> small problems in a number of different languages. I know about the
> Programming Language Shootout:
>
> 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.

Rosetta Code has examples of common programming tasks in hundreds of languages:
http://rosettacode.org/


Juergen Hermann

unread,
Jun 15, 2009, 11:56:14 AM6/15/09
to pytho...@python.org
<skip <at> pobox.com> writes:
> but that's not what I was thinking of. I thought there was a site with a
> bunch of smaller examples.

http://langref.org/ is another one.

0 new messages