Pony is an open-source, actor-model, capabilities-secure, high performance programming language
c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static libraries, or dynamic libraries using an LLVM backend. It implements a system based on result-based error handling, scoped memory pooling, and a semantic macro system. The compiler provides first-class support for hardware-backed SIMD vectors that map directly to processor instructions and enables runtime polymorphism through interface-based dynamic dispatch. The project covers a broad set of low-level capabilities, including manual and pooled memory management, inline assembly inte
Codon is an LLVM-based Python compiler and statically typed implementation that translates source code into optimized machine instructions. It functions as a high-performance numerical backend and a GPU computing framework designed to remove runtime overhead. The project implements a compiled alternative to NumPy, translating array logic directly into machine code. It differentiates itself by generating specialized hardware kernels for graphics processors and utilizing static type inference to enable aggressive machine-code optimization. The system provides capabilities for parallel workload
Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It leverages an LLVM-based compiler to translate source code into optimized machine-executable binaries, while its type-inference-based static analysis enforces strict safety rules during the build process. The language distinguishes itself through a fiber-based concurrent runtime that manages lightweight execution units for asynchronous input and output without blocking the main process. It also features a powerful compile-time macro system that allows for the inspection and transfor
Swift is a general purpose, compiled systems programming language designed for building high-performance software. It is a strongly typed language that focuses on memory safety and type safety to prevent runtime errors.
الميزات الرئيسية لـ apple/swift هي: Native Code Compiled Languages, Type-Safe Development, Native Logic Integrations, Reference Counting, Native C Interoperability, LLVM-Based Compilers, General Purpose Languages, Protocol Oriented Programming.
تشمل البدائل مفتوحة المصدر لـ apple/swift: c3lang/c3c — c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static… ponylang/ponyc — Pony is an open-source, actor-model, capabilities-secure, high performance programming language. exaloop/codon — Codon is an LLVM-based Python compiler and statically typed implementation that translates source code into optimized… crystal-lang/crystal — Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It… carp-lang/carp — Carp is a statically typed Lisp compiler that compiles Lisp-like syntax directly to C source code, enabling seamless… elm/compiler — This project is a functional programming compiler and JavaScript transpiler that transforms a statically typed…