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

5 repos

Awesome GitHub RepositoriesLanguage Extensions

Add-ons or syntax enhancements that extend the core capabilities and features of a programming language.

Explore 5 awesome GitHub repositories matching programming languages & runtimes · Language Extensions. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Language Features and Paradigms
  4. Language Features
  5. Language Extensions

Awesome Language Extensions GitHub Repositories

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

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    JavaScriptjavascriptuifrontend
  • vuejs/vue

    vuejs/vue

    209,962GitHubView on GitHub↗

    This project is a framework for building user interfaces through a component-based architecture. It utilizes a declarative template syntax and a reactive data-binding system to synchronize application state with the Document Object Model. Developers can construct complex interfaces by composing reusable, self-contained

    TypeScriptframeworkfrontendjavascript
  • rust-lang/rust

    rust-lang/rust

    110,533GitHubView on GitHub↗

    Rust is a programming language designed for memory safety and performance. It provides a comprehensive curriculum that covers fundamental syntax, memory management, and advanced programming paradigms, including support for functional and object-oriented styles. The language features a strong type system that enforces m

    Rustcompilerlanguagerust
  • nestjs/nest

    nestjs/nest

    74,685GitHubView on GitHub↗

    Nest is a server-side framework for building scalable and maintainable enterprise-grade applications using TypeScript. It provides a modular architecture that organizes code into encapsulated, reusable modules, utilizing a dependency injection container to manage object lifecycles and resolve component dependencies thr

    TypeScriptframeworkhacktoberfestjavascript
  • 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

    C++

Explore sub-tags

  • DecoratorsMetadata annotations used to modify the behavior of classes, methods, or properties.
  • Dynamic DispatchRuntime method resolution for trait objects.
  • Import GroupingSyntax for organizing multiple module imports.
  • JSX SyntaxSyntax extensions that enable the integration of HTML-like markup structures directly within JavaScript code.
Memory Safety AbstractionsPatterns for encapsulating unsafe code within safe interfaces.
  • Trait ImplementationsMechanisms for defining concrete behavior for traits.
  • Type ExtensionsCapabilities to add methods or protocol conformances to existing types from external sources.
  • Union TypesData structures where only one field is active at a time.
  • Unsafe CodeOperations that bypass standard safety guarantees.
  • Variable DeclarationsSyntax for binding values to identifiers.