MAPCON Maintenance Software Article Series

This is one in a series of Articles published by Mapcon Technologies, Inc. to provide our customers and interested members of the public a unique insight into the world of CMMS, Maintenance Software and Preventive Maintenance Management. Please feel free to send us your comments via email.

Return to Article Index

The Programming Languages Behind Software

Lisa Richards, Educational Outreach Writer

There might be hundreds of different programming languages in the world today, but most of the software we interact with is created with just eight of them. When someone is deciding to explore programming for the first time, one of the most important decisions is which language to learn. Each language is very different, and has its own special traits. Let's review some of the most common programming languages and how they are used.

Ruby

Ruby is one of the most popular programming languages for applications on the Web. It is the language behind "Ruby on Rails," a programming framework that has been used to create some very popular websites – including the sites for Amazon, Twitter, and Groupon, and the "document management system" Basecamp. It is a simple, relatively new language that is highly in demand, so it is frequently chosen as a first programming language.

Shell

"Shell programming" refers to programming for the Linux command line. In Linux, Unix, and even Windows, the command line is used whenever you need to "talk" directly to the operating system. Shell programming is generally used by people who are employed as system administrators. With shell code, it's easy to develop programs that will automate important network tasks, such as data backups and transfers.

Python

Python is a versatile scripting language that can be used to process images, text, numbers, and many other forms of data. Python is very frequently used in combination with Hypertext Markup Language, more commonly known as HTML, which is the backbone programming language of the Internet. Python has been used to help sites like YouTube, NASA, and Google display complex information quickly. It is even used by the New York Stock Exchange.

C++

C++ is perhaps the most popular programming language in the world today. It was originally developed by computer scientist Bjarne Stroustrup as an improvement over the existing language called C. Although C++ has only been in use since 1983, it has quickly become the de facto standard for many different applications. A large amount of "standalone" software, including productivity programs and games, is developed using the C++ language.

JavaScript

JavaScript is used to extend and improve the features available through Web browsers, acting in concert with the HTML that makes up most websites. Appearing first in 1995, JavaScript has evolved as the Internet has grown more complex. As a language, it was developed to make a website interactive without requiring the loading of new pages. JavaScript was one of the first ways to add interactive forms, animations, and other elements to a site.

PHP

PHP was one of the first programming languages that started to set standards for "Web 2.0," the interactive phase of website design. Like JavaScript, PHP is most frequently used to generate "dynamic," interactive content on a website. However, PHP can fluidly handle much larger applications. One of the most popular examples of PHP software is phpBB, which adds community forums and user profiles to a site.

Java

Java is used for light, fast, interactive software applications that are often executed directly from your browser in response to your online surfing. Although Java has waxed and waned in popularity over the years, it is now gathering steam again because it is one of the most popular ways to write applications for Android and other mobile operating systems. From games to fully interactive online presentations, Java can do it all.

C

C was released in 1973, and is therefore one of the oldest structured programming languages of the modern era. Despite its longevity, C was not standardized as a language until 1989, so many of the programs written before then would be impossible to use today. Although C was very flexible for its time and it influenced many of the major languages that followed, it has largely been superseded by C++ today.

---------

CMMS Software

A computerized maintenance management system (CMMS) is a software program designed to manage maintenance activities and keep detailed maintenance records of all equipment and assets within an organization or facility. CMMS software can create and dispatch work orders, schedule preventive maintenance tasks, track equipment usage and repairs, and record asset history.

###