Things are getting quiet around the shop, seems like all the coding is done in foreign lands. Any way, let's get a thread started, a multilingual coding spree showing how to display "Hello World! (computer language used)". The code has to be a full program! Make sure you have the console wait to display the result too, and give us a comment.
Thanks to Dark Omen:
puts "Hello World! (ruby)"
gets # make display wait
import msvcrt
print "Hello World! (python)"
msvcrt.getch() # make display wait, kind of akward, does anybody know a short version?
#include <stdio.
int main()
{
puts("Hello World! (C)");
getchar(); // make display wait
return 0;
}
PRINT "Hello World! (basic)"
PAUSE ' make display wait, this may not be the best
Up to 2500 computer laguages out there! Okay, you Fortran, Lisp and Cobol folks let's have some fun ...