HELLO WORLD! in 300++ languages?
Writing by sharingan on Sunday, 4 of May , 2008 at 12:17 pm
Largest collection so far for the most common “Hello World”….
“Hello World” is the first program one usually writes when learning a new programming language. The first Hello World program appeared in chapter 1.1 of the first edition of Kernighan & Ritchie’s original book about C, “The C Programming Language”, in 1978 and read like this:
main() {
printf(”hello, worldn”);
}
The Collection was compiled by Wolfram Rösler with help from many people around the world. It was started on 3-Oct-1994, put on the Internet on 30-Dec-1999, exceeded 200 entries on 14-Jul-2005, and 300 on 6-Dec-2006. It is now probably the biggest collection of Hello World programs on the Internet, and the only one collecting human languages as well. It is administered as a bunch of text files which are compiled into this single HTML file by a bash script executed under the Cygwin environment, run on Windows…” view
src: http://www.roesler-ac.de/wolfram/hello.htm
Comments (3)
Category: Uncategorized
- Add this post to
- Del.icio.us -
- Meneame -
- Digg





