Tag Archive
3.0 8.10 64-bit 2008 2009 air apple blackberry browser chrome desktop DIY download DRM firefox Games google intrepid iphone ipod itunes keyboard Linux microsoft outlook Photography plugin programming progress search Security september Telecom tivo top 5 twitter ubuntu upgrade video vista wave Windows wordpress X10 youtube
“Hello, World” in 366 programming languages
I came across this interesting page, that shows the ubiquitous “Hello, World!” program in 366 different more or less well known programming languages. It clearly shows the difference in the two database language that we use at my place of work, Cobol and Progress. Cobol: * Hello World in Cobol ***************************** IDENTIFICATION DIVISION. PROGRAM-ID. HELLO. [...]