People who have made use of Mundo probably know some of the basic information about it’s design. One of the most important aspects of the architectural design principles has been the fact that it’s open source. However, many people simply know this in terms of marketing. People might know that open source design is significant, but not really know what it is or the impact it has on Mundo.
So, what is open source? The source part of the name refers to what’s known as source code. When a program is created, the programmer writes it in a plain text file. This is a bit similar to what one receives when using Microsoft Notepad. It’s just a plain file with text in it. However, while most people use text files to write simple documents, a programmer fills it with computer code.
The computer code filled files are then compiled into an actual program. This can happen in one of two different ways. Continue reading