Frage

I started a little fun project - collecting a "hello World"-program for every letter in the alphabet. For example Ada for A, Boo for B, C++ for C, D for D, Erlang for E, and so on

But i got a little stuck i can't find any programming languages starting with the letter Q, U and Y

Any languages anyone, preferable not from the esolang wiki?

Update:

just in case anyone is interested i have completed my collection and made it available in my blog

War es hilfreich?

Lösung

You can look at this The Hello World Collection. For "Y" use the Yacas programmable computer algebra system with : WriteString("Hello World")

Andere Tipps

Check out http://en.wikipedia.org/wiki/Ubercode for a U language, it's got a Hello World program in the article!

For "Q" use QBasic

Programming Puzzles and Code Golf has the perfect response to this.

There is an ongoing Hello, World! challenge, and it currently has at least two languages for every letter of the alphabet.

To view the languages and solutions in one place, click "Show code snippet" in the question, scroll down, and click "Run code snippet".

Some relevant languages: Q, Quipu, Underload, Unlambda, Y, and Yorick.

The 'U' ones I selected are from the esolang wiki, but they are the most popular two. There were several other 'U' languages in the list besides them.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top