Hello world!

Ever notice how, when you start a new blog, you see a “Hello World!” entry sitting there? Like a loyal dog waiting for you when you get home from work?

Ever wonder why it’s “Hello World!”, and not “Hi Ma!” or “Look, my very first entry!” or “Achtung, new blog!”?

“Hello World!” is a popular programming phrase. Whenever someone learns a new computer programming language, it is common to write one’s first program to simply display the words “Hello World!” on the screen.

As Wikipedia puts it:

A “hello world” program is a software program that prints out “Hello world!” on a display device. It is used in many introductory tutorials for teaching a programming language. Such a program is typically one of the simplest programs possible in a computer language.

So I think it’s appropriate, given that this is the introductory post of this new blog, that I start off with a “Hello World!” program of my own, in the very first programming language I ever learned: BASIC!

10 PRINT "Hello World!"
20 PRINT "Welcome to BizThoughts by Mike Lee!"
30 PRINT "----------------------------------------"
40 REM Programming in BASIC is fun!
50 GOTO 40
60 PRINT "I hope you enjoy this new..."
70 PRINT "Hey, wait, how come this text isn't printing?"

Author: Mike Lee

An idealistic realist, humanistic technologist & constant student.

5 thoughts on “Hello world!”

  1. Wow, thanks! I had no idea anyone was looking at this site while I was in the process of setting it up.

    Your site is awesome! I’m damn flattered and pretty star-struck that you actually commented on my site! Thanks!

  2. Wow! Wallstrip! I feel like bowing over and going “I’m not worthy, I’m not worthy” at the people commenting here.

    But enough self-deprecation (Woody Allen can pull it off, but not me)…

    Thanks for the kind comments!

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.