≡ Menu

Hello World

Python is an object oriented language with can be used in both scripting and non scripting contexts. Python has clean and easy syntax that makes it easy to read. In this article, we will understand python language from scratch through examples. We will often compare Python programming features/syntax with some popular languages like C/C++. Also, [...]

{ 14 comments }

Classes and objects are fundamental concepts of object oriented languages. To learn an object oriented language such as C++, you should have a sound knowledge of classes and objects. This tutorial explains concept of object and classes using an hello world example program. This is the 1st article in our on-going new series on C++ [...]

{ 15 comments }

6 Expect Script Examples to Expect the Unexpected (With Hello World)

Expect scripting language is used to feed input automatically to an interactive program. It is easy to learn compared to other scripting languages. Using expect script sysadmins and developers can automate redundant tasks easily. It works by expecting specific strings, and sending or responding strings accordingly. Following three expect commands are used when automating any [...]

{ 39 comments }

Question: I would like to understand the basics of how to write and execute Forth program on Linux OS. Can you explain it with a simple example? Answer: If you’ve never heard about Forth program, read about it in Wikipedia first. In this article, let us review very quickly how to write a basic Hello [...]

{ 0 comments }

Question: I would like to understand the basics of how to write and execute Erlang program on Linux OS. Can you explain it with a simple example? Answer: In this article, let us review very quickly how to write a basic Hello World Erlang program, Compile and execute erlang program on Linux or Unix OS. [...]

{ 3 comments }

Question: I would like to understand the basics of how to write and execute Tcl program on UNIX / Linux OS. Can you explain it with a simple example? Answer: In this article, let us review very quickly how to write a basic Hello World Tcl program and execute tcl program on Linux or Unix [...]

{ 5 comments }

Question: I would like to understand the basics of how to write and execute Haskell program on Linux OS. Can you explain it with a simple example? Answer: In this article, let us review very quickly how to write a basic Hello World Haskell program and execute haskell program on Linux or Unix OS. Also, [...]

{ 3 comments }

Question: I would like to understand the basics of how to write and execute Cobol program on Linux OS. Can you explain it with a simple example? Answer: In this article, let us review very quickly how to write a basic Hello World Cobol program and execute cobol program on Linux or Unix OS. 1. [...]

{ 28 comments }