views:

125

answers:

2

Is there a site like "language shootout"'s (shootout.alioth.debian.org and dada.perl.it/shootout/), which show how to do simple/advanced things in different languages? I.e. how to use hashes in different languages, how to sort, how to write classes, how to connect to sites, etc.. Well, those two above ARE in fact examples of what I'd like to find, but they have VERY limited selection of algos. Any other?

+4  A: 

I like LiteratePrograms.

CMS
+4  A: 

There are many such sites. See RosettaCode::Similar_Sites

J.F. Sebastian