Tag eclipse

C++ Programming Language Ecosystem

This post is an introduction to the ecosystem of the C++ programming language. The term “ecosystem” is used here to refer to the programming language specification itself and other topics relevant to developers, like runtime environments and tools. It was…

How to install Eclipse on Ubuntu

This post explains how to install Eclipse on Ubuntu. Ways to install Eclipse IDE on Ubuntu There are different ways to install Eclipse on Ubuntu: Official package snap Ubuntu Sofware app apt Each of these ways has its drawbacks, so…

Python Technology

This post is an introduction to the programming language Python. Understanding Python What is Python? Python is a high-level, object-oriented, dynamically typed and interpreted programming language. It is “interpreted” in the sense that there is no additional step required to…

Java Platform

This post explains the most relevant concepts about the software needed to run and/or compile Java on a device. It also clarifies the differences between concepts like JVM, JRE, JDK, OpenJDK or Java SE. Java Platforms A Java platform is…