awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Type and Definition Systems · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesType and Definition Systems

Runtime or compile-time mechanisms for managing type definitions, conditional logic, and dispatching based on type metadata.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Type and Definition Systems. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Execution Environments
  4. Runtime Environments
  5. Runtimes
  6. Type and Definition Systems

Awesome Type and Definition Systems GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • microsoft/TypeScript

    microsoft/TypeScript

    107,866GitHubView on GitHub↗

    TypeScript is a language that extends standard syntax by adding a static type system. It identifies potential runtime errors by analyzing the behaviors and capabilities of values during the compilation process. The language supports object-oriented structures, including classes with inheritance and member visibility co

    TypeScriptjavascriptlanguagetypechecker
  • opencv/opencv

    opencv/opencv

    86,238GitHubView on GitHub↗

    OpenCV is a comprehensive computer vision library designed for real-time performance and cross-platform deployment. It provides a native execution environment that leverages multi-threaded operations and automated memory management to handle intensive computational tasks, including image processing and machine learning

    C++c-plus-pluscomputer-visiondeep-learning

Explore sub-tags

  • Conditional TypesType-level decision systems that select between types based on evaluated conditions.
  • Declaration File Best PracticesGuidelines and common patterns for creating high-quality type-definition files for software libraries.
  • Declaration FilesDocumentation and structural standards for authoring and understanding type-definition files within library architectures.
Runtime Type Dispatching
Mechanisms that use internal dispatch tables and primitive types to manage execution performance at runtime.