awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesCompile-Time Debug Primitives

Language primitives that print values or halt execution during compilation or runtime, even inside pure functions.

Distinct from Compilation Debuggings: Distinct from Compilation Debuggings: focuses on language-level debug and crash statements, not query compilation internals.

Explore 1 awesome GitHub repository matching data & databases · Compile-Time Debug Primitives. Refine with filters or upvote what's useful.

Awesome Compile-Time Debug Primitives GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • roc-lang/rocAvatar de roc-lang

    roc-lang/roc

    5,723Ver en GitHub↗

    Roc is a statically typed, functional programming language built around immutable-by-default semantics, exhaustive pattern matching on tag unions, and a type system that combines optional explicit annotations with full compile-time type inference. Its core identity centers on correctness and expressiveness, using tagged unions for error handling with a question-mark operator for early error propagation, and a trailing-bang naming convention that makes side-effect boundaries syntactically visible at every call site. The language distinguishes itself through a platform-based I/O abstraction tha

    Ships debug and crash primitives that work inside pure functions for compile-time and runtime diagnostics.

    Zig
    Ver en GitHub↗5,723
  1. Home
  2. Data & Databases
  3. SQL Generators
  4. Deferred Query Compilation
  5. Compilation Debuggings
  6. Compile-Time Debug Primitives