when scouting new languages...

...this happens to be a good site to check out (happened on it by accident)

for example, this page shows how an arithmetic Mean is implemented in various languages:

http://rosettacode.org/wiki/Mean

by looking at various implementations of other functionality, you could probably find a language that fits your personal definitely of a beautiful programming language

edit: funny thing is, the brainf*ck implementation gets stuck in an infinite loop if the answer isn't a whole number 8^O
Last edited on
Whoever wrote that brainfuck code was just lazy. There is a correct division algorithm in wikipedia. http://en.wikipedia.org/wiki/Brainfuck#Division

Other than that, the list is pretty sad. There are many languages and few ideas how to make a language.
Topic archived. No new replies allowed.