Rosetta Code

I was inspired by Rosetta Code a project by Mike Mol to document problems and their solutions as I understand them for problems I encouter in my career as a Software Developer.

There are always several ways to do things in an unopinionated but still programmatic manner. I would rather know how to solve the same problem in several ways and then compare for the best fit in terms of performance and copy style with the current code base.

Although Rosetta Code is aimed at solving the problem once in different langauges (flip how cool is that!) its still the same thing, I just focus on a few langauges :)

Rosetta Code is a programming chrestomathy site. The idea is to present solutions to the same task in as many different languages as possible, to demonstrate how languages are similar and different, and to aid a person with a grounding in one approach to a problem in learning another.

Template

Template to copy and paste for (hopefully) future rosetta code posts :)

1
2
3
4
5
6
7
8
9
10
11
### Story
foo

### Task
bar

### Solutions
baz

### References
bat

References