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 RepositoriesRuby Type Checkers

Static analysis tools designed to verify type consistency and safety in Ruby codebases.

Distinct from Static Type Checking: Distinct from general static type checking: focuses specifically on the Ruby language ecosystem and its type annotation standards.

Explore 1 awesome GitHub repository matching software engineering & architecture · Ruby Type Checkers. Refine with filters or upvote what's useful.

Awesome Ruby Type Checkers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sorbet/sorbetAvatar de sorbet

    sorbet/sorbet

    3,790Ver en GitHub↗

    Sorbet is a static analysis tool and type checker designed for Ruby codebases. It identifies type inconsistencies, potential bugs, and logic errors by examining source code without execution, helping to improve software reliability and maintainability in large-scale projects. The system employs a constraint-based type inference engine that evaluates expressions against defined annotations to validate data structures. To support rapid development, it utilizes incremental analysis and caching to provide feedback by processing only modified files and their dependencies. Beyond static analysis,

    Provides a static type checker that identifies type inconsistencies and enforces safety rules in Ruby codebases.

    Ruby
    Ver en GitHub↗3,790
  1. Home
  2. Software Engineering & Architecture
  3. Static Type Checking
  4. Ruby Type Checkers