Code Alchemist

KageKirin's Dev Blog

Hello World

| Comments

Like the first words an infant says, a coder starts his “coder life” by printing those simple words.

More in detail, the point of creating a program that prints a little message is to prove that the programming statements are understood by the parser, can be translated into an abstract syntax, and finally translated into binary instructions understandable by the machine. In short, if this simple program can be compiled and linked, any other program can be built as well.

As such, there’s nothing more appropriate as to start this dev blog by stating “Hello World”. I.e. if this post can be generated, any post can be generated.

tl;dr This looks nicer than a generic lorem ipsum.

/C

Comments