.NET (previously known as .NET Core) is a cross-platform applications development framework created by Microsoft. It is successor to .NET Framework. .NET is an open-source project available under the MIT...
DMD is a compiler for the D programming language. D is a high level, general purpose, statically typed language that has syntax similar to C/C++.
This tutorial explains how to...
Julia is an open-source, high-level, dynamically typed programming language. Julia is commonly used for numerical analysis and scientific computing.
This tutorial demonstrates how to install Julia on Ubuntu 20.04.
Install...
The gfortran is a compiler of the GNU Compiler Collection (GCC). The gfortran compiler is used for compiling programs that is written in Fortran programming language.
This tutorial shows how...
TypeScript is a programming language that builds on top of JavaScript. Code written in TypeScript is converted to JavaScript. Then you can run JavaScript code in a browser, on Node.js...
Node.js is an open-source runtime environment that enables to execute JavaScript code on the server without a browser. It is built on the Chrome's V8 JavaScript engine. Node.js is often...
Google Chrome is a cross-platform, fast, secure web browser developed by Google. Chrome is a free software, but is not open-source. Chrome is based on the open-source Chromium project.
This...
The g++ is a compiler of the GNU Compiler Collection (GCC). The g++ compiler is mainly used to compile C++ programs.
This tutorial explains how to install g++ 13 on...
The gcc is a compiler of the GNU Compiler Collection (GCC). The gcc compiler is mainly used to compile C programs.
This tutorial demonstrates how to install gcc 13 on...
Swift is a programming language developed by Apple. Swift is often used to develop applications for iOS, iPadOS, macOS, tvOS, and watchOS.
This tutorial shows how to install Swift on...