awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

1 repositorio

Awesome GitHub RepositoriesBinding Kind Checks

Testing whether a named binding is a function, macro, struct, interface, or other specific kind.

Distinct from Binding Inspection: Distinct from Binding Inspection: focuses on classifying the kind of a binding, not inspecting its structure or arguments.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Binding Kind Checks. Refine with filters or upvote what's useful.

Awesome Binding Kind Checks GitHub Repositories

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

    carp-lang/Carp

    5,815Ver en GitHub↗

    Carp is a statically typed Lisp compiler that compiles Lisp-like syntax directly to C source code, enabling seamless integration with existing C libraries and low-level system programming. It manages memory deterministically at compile time using ownership tracking and linear types, eliminating garbage collection pauses and runtime overhead while ensuring type safety through an inferred static type system. The language distinguishes itself through compile-time macro expansion and metaprogramming capabilities, allowing code generation and transformation before final binary output. It enforces

    Provides runtime checks to classify bindings by their kind in the environment.

    Haskellfunctionalfunctional-programminggame-development
    Ver en GitHub↗5,815
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. System Programming Primitives
  5. System Abstractions
  6. Native Interoperability Bindings
  7. Binding Inspection
  8. Binding Kind Checks