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

link|improve this question
This question should be community wiki. – BoltClock Sep 6 '10 at 5:44
@BoltClock - done – Nikolaus Gradwohl Sep 6 '10 at 5:48
feedback

3 Answers

up vote 1 down vote accepted

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

link|improve this answer
You should tell "The Hello World Collection" about that one! – Arnold Spence Sep 6 '10 at 6:22
I just did! I emailed them with the link and a sample. – ja72 Sep 6 '10 at 12:36
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.