COW – Lenguaje de programación

por davidgp el 12/02/2006

Todo el mundo se está peleando si Java, Ruby, Python, C++ y demás son mejores el uno que el otro, cual es el mejor para determinada tarea… pero nadie ha pensado que dichos lenguajes son muy difíciles de usar por las vacas, dado que su única palabra que pueden usar es mú… (el texto está en inglés, y mú en inglés se escribe moo, como siempre el mundo de la informática se escribe en anglosajón, por lo que la vaca que desee aprender este lenguaje tal vez debería aprender inglés primero, es decir, en vez de decir mú, debería aprender a decir moo). Alguien ha decidido resolver dicho problema y escribir el lenguaje de programación COW

The COW programming language was designed with the bovine in mind. Given that cows have somewhat limited vocabulary skills, it seemed natural to incorporate only the words they know into the language. As a result, all instructions are some variation on «moo» which just so happens to be the only word they really understand.

Any other word or symbol that isn’t an instruction is ignored entirely. So, spaces can be used or not. Newlines can be used or not. You get the idea. It makes commenting COW programs rather easy as long as you don’t use any words that have an instruction embedded in it.

Algunas sentencias de ejemplo:

mOo: Moves current memory position back one block.

moO: Moves current memory position forward one block.

Vía: Java Posse.

—–

Leave a Comment

Entrada anterior:

Entrada siguiente