Apps Related to Systems Programming

Discover apps and services related to Systems Programming.

Ideal for developing operating systems, device drivers, and other software that interacts closely with hardware and system resources.

Filter by Platform

Platforms:

Systems Programming Applications

Sort:
Nim (programming language)

Nim is a modern, statically typed, compiled programming language emphasizing efficiency, expressiveness, and flexibility. It draws inspiration from languages like Python, Pascal, and C++, making it approachable for developers while offering low-level control for systems programming.

Excellent performance due to compilation to native code.
Imperative Language
Development
FreeBASIC

FreeBASIC

Open Source

FreeBASIC is a free and open-source multiplatform BASIC compiler. It supports a wide range of operating systems including Windows, Linux, and macOS (via third-party ports), facilitating cross-platform development. It's designed to be highly compatible with QuickBASIC while offering numerous modern features like object-oriented programming, manual memory management, and support for graphics and sound libraries, making it suitable for various programming tasks from system utilities to game development.

High compatibility with QuickBASIC.
Compiler
Development
Rust

Rust

Open Source

Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. It's ideal for systems programming and performance-critical applications.

Guaranteed memory safety without garbage collection.
Abstract Data Types
Development
Scala

Scala

Open Source

Scala is a powerful, general-purpose programming language designed to combine the best features of object-oriented and functional programming paradigms.

Excellent blend of object-oriented and functional programming.
Compiled Language
Development
C (programming language)

C is a foundational, imperative programming language renowned for its efficiency and low-level access. It serves as a bedrock for systems programming, operating systems, and performance-critical applications, providing direct control over hardware through features like manual memory management.

High performance due to direct compilation to machine code.
Compiled Language
Development
D (Programming Language)

D is a general-purpose systems and application programming language that aims to combine the power and high performance of C++ with the productivity and safety of modern languages like Python or Ruby.

Excellent performance comparable to C/C++.
Contract programming
Development