views:

111

answers:

2

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

+1  A: 

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

jalexiou
You should tell "The Hello World Collection" about that one!
Arnold Spence
I just did! I emailed them with the link and a sample.
jalexiou
+1  A: 

For "Q" use QBasic

Bartłomiej Mucha