29 projects
Rust
Rust is a systems programming language focused on safety, concurrency, and performance. It provides memory safety without garbage collection, thread safety without data races, and abstractions with zero cost.
25,658
6,263
$141M
Golang
Go is an open-source programming language designed by Google that is known for its simplicity, performance, and efficient concurrency support.
19,588
5,281
$116M
Ferrocene
Ferrocene is a commercial-grade Rust compiler and toolchain designed for safety-critical systems and industries requiring formal verification and certification. It aims to bring Rust's memory safety and modern development features to regulated domains like automotive, aerospace, and medical devices.
9,684
1,457
$151M
Zig
Zig is a general-purpose programming language and toolchain designed for robustness, optimality, and maintainability. It provides low-level control with compile-time features, cross-compilation capabilities, and a focus on practical systems programming.
6,667
1,625
$165M
Swift
Swift is a powerful and intuitive programming language for iOS, macOS, watchOS, and tvOS development. Created by Apple, it offers modern features like type inference, optionals, and protocol-oriented programming while maintaining performance and safety.
5,465
1,105
$123M
GCC Rust
GCC Rust (gccrs) is a project to add the Rust programming language as a first-class supported language to the GNU Compiler Collection (GCC). It aims to provide an alternative implementation of the Rust compiler that integrates with GCC's infrastructure.
4,502
407
$555M
GCC
GCC (GNU Compiler Collection) is a widely-used compiler system that supports multiple programming languages including C, C++, Objective-C, Fortran, Ada, Go, and D. It provides a collection of compilers, libraries, and tools for building and optimizing software across different platforms and architectures.
4,328
427
$1.1B
V
V is a statically typed compiled programming language designed for building maintainable software, with a focus on performance, safety, and simplicity. It combines the performance of C with the safety of Rust and the simplicity of Go, featuring fast compilation, zero dependencies, and automatic memory management.
4,133
899
$32M
Nim
Nim is a statically typed, compiled programming language that combines successful concepts from mature languages like Python, Ada and Modula. It is efficient, expressive, and supports multiple programming paradigms including imperative, functional, and object-oriented styles.
3,104
595
$14M
Triton
Triton is a programming language and compiler framework designed for GPU programming, focusing on tensor computations and machine learning workloads. It enables developers to write high-performance code for GPU acceleration with Python-like syntax while providing low-level hardware control.
2,859
518
$7.2M
Cython
Cython is a programming language and compiler that converts Python code with optional static type annotations into optimized C/C++ code, enabling significant performance improvements and seamless integration with C/C++ libraries. It serves as a bridge between Python and C, allowing developers to write Python-like code that can achieve near-C execution speeds.
2,688
834
$10M
cfgo
Go with Cloudflare experimental patches
2,663
539
$95M
Crystal
Crystal is a statically-typed, compiled programming language with syntax inspired by Ruby that aims to provide high performance, type safety, and memory safety while maintaining programmer productivity
2,596
823
$15M
Odin Programming Language
Odin is a fast, concise, readable, pragmatic and performant systems programming language with manual memory management. It is designed to be an alternative to C with modern features like array programming, type inference, multiple return values, and memory management through allocators.
1,818
214
$25M
OCaml
OCaml is a general-purpose, industrial-strength programming language with an emphasis on expressiveness and safety. It is the main implementation of the Caml language, featuring a powerful type system with type inference, pattern matching, and support for functional, imperative, and object-oriented programming paradigms.
1,548
372
$18M
Phobos Standard Library
Phobos is the standard library for the D programming language, providing a comprehensive collection of modules and utilities for D development. It includes data structures, algorithms, I/O functionality, concurrency primitives, and other core functionality essential for D programming.
1,304
203
$9.6M
DMD
DMD is the reference compiler for the D programming language, a systems programming language with C-like syntax and static typing that combines performance, control, and modeling power with safety and programmer productivity
1,168
194
$30M
Carbon Language
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
1,008
213
$6.3M
Nimskull
An in development statically typed systems programming language; with sustainability at its core. We, the community of users, maintain it.
873
75
$13M
Pony Programming Language
Pony is an open-source, actor-model, capabilities-secure, high performance programming language
790
233
$5.6M
International Components for Unicode
International Components for Unicode (ICU) is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. The libraries provide Unicode text handling, full character properties, and text transformation capabilities for hundreds of languages and scripts.
626
137
$301M
Scala Native
Scala Native is a compiler and toolchain that enables compiling Scala code to native executables using LLVM. It allows developers to write low-level system code in Scala while maintaining access to native libraries and achieving high performance through ahead-of-time compilation.
580
215
$15M
Red Programming Language
Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single ~1MB file!
458
79
$7.6M
proc-macro2
A Rust library that provides a stable interface to the compiler's proc-macro API, enabling the creation of procedural macros that work across different compiler versions. It serves as a wrapper around the compiler's built-in proc_macro crate, offering enhanced functionality and compatibility.
256
125
$198K
Quantum Intermediate Representation (QIR)
The Quantum Intermediate Representation (QIR) is a specification and toolset that provides a common interface between quantum programming languages and target quantum computing platforms. It defines a low-level intermediate representation for quantum programs based on LLVM IR, enabling interoperability between different quantum software stacks and hardware backends.
111
37
$18M
GNUstep Objective-C Runtime - libobjc2
Objective-C runtime library intended for use with Clang.
cc65
cc65 - a freeware C compiler for 6502 based systems
z88dk
The development kit for over a hundred z80 family machines - c compiler, assembler, linker, libraries.