ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > Living Room

Hello World

(1/1)

Ralf Maximus:


What's the first program just about anybody writes in a new language?

Why, Hello World, of course.  And now, you can be Hello World fluent in 300 languages.  Including Shakespeare:

Juliet:
 Speak YOUR mind! You are as bad as Hamlet! You are as small as the
 difference between the square of the difference between my little pony
 and your big hairy hound and the cube of your sorry little
 codpiece. Speak your mind!

--- End quote ---

Just a snippet, mind you.  There's more to the "program" but you know how the Bard's code always needed optimization.   RedCode also looks a bit bloated, but what do I know?  I'm a VB guy:

Private Sub Form_Load()
Print "Hello World"
End Sub

--- End quote ---

jgpaiva:

--- Code: Java ---class HelloWorld {  static public void main( String args[] ) {    System.out.println( "Hello World!" );  }} :-* :-*

justice:
http://en.wikipedia.org/wiki/Hello_world_program

jgpaiva:
Here's something similar i found on the link justice posted, but with the "99 bottles of beer on the wall" song!

It has 1441 different languages!
Even Authotkey is there! :D

Mark0:
Some days ago the mega list by Wolfram Rösler was mentioned on Digg: The Hello World Collection
That reminded me of my Redcode version.



I have made a video of it: YouTube - Hello World! in Redcode

:)

Bye!

Navigation

[0] Message Index

Go to full version