awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Compilers & Toolchains · Awesome GitHub Repositories

7 repos

Awesome GitHub RepositoriesCompilers & Toolchains

Explore 7 awesome GitHub repositories matching development tools & productivity · Compilers & Toolchains. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Compilers & Toolchains

Awesome Compilers & Toolchains GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • avelino/awesome-go

    avelino/awesome-go

    165,543GitHubView on GitHub↗

    This project serves as a comprehensive language ecosystem index, functioning as a centralized, community-curated directory for the Go programming language. It organizes a vast landscape of software components, libraries, and development tools into a structured, navigable hierarchy, enabling developers to efficiently di

    Transpiles source code between different programming languages.

    Goawesomeawesome-listgo
  • python/cpython

    python/cpython

    71,643GitHubView on GitHub↗

    CPython is the primary, community-maintained reference implementation of the Python programming language. It functions as a high-level, interpreted execution environment that compiles source code into platform-independent bytecode for processing by a stack-based virtual machine. The runtime manages memory through a com

    Enables the integration of low-level C and C++ code with high-level scripts through native application programming interfaces.

    Python
  • fffaraz/awesome-cpp

    fffaraz/awesome-cpp

    69,832GitHubView on GitHub↗

    This project is a comprehensive, curated directory of high-quality libraries, tools, and educational resources for C and C++ development. It serves as an ecosystem discovery index, helping developers navigate the vast landscape of third-party components, frameworks, and technical documentation available for the languag

    Catalogs various compilers and toolchains for translating C and C++ source code into executable formats.

    awesomeawesome-listc
  • swiftlang/swift

    swiftlang/swift

    69,781GitHubView on GitHub↗

    Swift is a high-performance, general-purpose programming language designed for safety and speed. It features a modular compiler front-end that transforms source code into optimized machine binaries, utilizing a value-oriented type system that prioritizes predictable state management through value and reference types. T

    Produces statically linked Linux executables that function reliably across various distributions without requiring external system dependencies.

    C++
  • toeverything/AFFiNE

    toeverything/AFFiNE

    63,081GitHubView on GitHub↗

    AFFiNE is a collaborative knowledge base and productivity suite designed as a private-first, local-first platform. It provides an integrated workspace that combines structured documents with an infinite digital canvas, allowing users to organize complex information through a block-based model. By prioritizing local dat

    Compiles raw source code into functional binaries, allowing developers to build and customize the platform within their own local environments.

    TypeScriptappcrdteditor
  • rust-lang/rustlings

    rust-lang/rustlings

    61,890GitHubView on GitHub↗

    Rustlings is a command-line learning tool designed to build language proficiency through a structured, interactive curriculum. It functions as a practice-oriented platform where users master syntax and core concepts by resolving compilation errors within a sequence of small, incremental code exercises. The environment

    Integrates directly with the official compiler to ensure that every exercise reflects authentic development workflows and error reporting.

    Rustbeginner-friendlyexercisesrust
  • JetBrains/kotlin

    JetBrains/kotlin

    52,346GitHubView on GitHub↗

    Kotlin is a statically typed, general-purpose programming language designed for type safety and concise syntax. It functions as a cross-platform development toolkit that enables the sharing of business logic across mobile, web, and server-side environments by compiling a unified intermediate representation into platfor

    Standardizes the provisioning of build-time dependencies to maintain uniform development environments across distributed teams.

    Kotlincompilergradle-pluginintellij-plugin

Explore sub-tags

  • C Extension InterfacesAPIs for integrating C and C++ code with the language runtime.
  • CompilersSoftware for translating or compiling source code between different programming languages or into executable formats.
  • Cross-Compilation Tooling1 sub-tagTooling configurations and environments that enable building software for target architectures different from the host machine.
  • Language Toolchain IntegrationsCapabilities that directly interface with official language compilers and build tools to ensure authentic development workflows.
Online CompilersWeb-based interfaces that allow users to compile and execute source code directly in the browser.
  • Portable Build SDKs1 sub-tagDevelopment kits designed to produce software binaries that run consistently across different Linux distributions.
  • Source Compilation ToolsUtilities for building software from source code.
  • Toolchain ManagersCommand-line utilities that automate the provisioning and version management of development toolchains and build dependencies.