awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesLanguage Feature Updates

Automatic updating of legacy code patterns to use modern language features.

Distinct from Code Modernization Guides: Focuses on the automated application of updates rather than just providing guidance or guides.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Language Feature Updates. Refine with filters or upvote what's useful.

Awesome Language Feature Updates GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • nicklockwood/swiftformatnicklockwood का अवतार

    nicklockwood/SwiftFormat

    8,835GitHub पर देखें↗

    SwiftFormat is a tool for the Swift language that functions as a code formatter, linter, and refactoring utility. It automatically applies consistent style rules and visual formatting to source files to ensure a uniform appearance across a project. The project differentiates itself by providing both a command-line interface for batch processing and an Xcode extension for integration directly into the development environment. It includes specialized capabilities for modernizing legacy API usage, simplifying language constructs, and inferring formatting options by analyzing an existing codebase

    Updates legacy Swift patterns and API usage to align with the latest language features.

    Swift
    GitHub पर देखें↗8,835
  • elves/elvishelves का अवतार

    elves/elvish

    6,325GitHub पर देखें↗

    Elvish is a shell that combines interactive command-line use with a structured scripting language, designed to make both everyday terminal work and automation tasks more predictable and readable. It parses, compiles, and executes code in three phases, catching syntax and variable errors before any code runs, and it aborts execution on command failure by default to prevent silent errors. The shell introduces value-oriented pipelines that pass structured data like lists, maps, and closures between commands, preserving types without serialization. It also mixes traditional byte streams with thes

    Provides documentation on advanced shell scripting techniques and the language's design philosophy.

    Gogoprogramming-languageshell
    GitHub पर देखें↗6,325
  • scala/scala3scala का अवतार

    scala/scala3

    6,261GitHub पर देखें↗

    Scala 3 is an open-source, statically typed programming language that compiles to JVM bytecode, combining object-oriented and functional programming paradigms. Its core identity is defined by a sophisticated type system that includes traits, generics, union types, and a dependent object type system where types can depend on runtime values through path-dependent and singleton types. The language distinguishes itself through several advanced type-level and metaprogramming capabilities. It features a contextual abstraction mechanism using given instances and using clauses for compile-time implic

    Offers comprehensive documentation covering many of the language's advanced features.

    Scalacompilerdottyepfl
    GitHub पर देखें↗6,261
  • unitycommunity/unitylibraryUnityCommunity का अवतार

    UnityCommunity/UnityLibrary

    4,291GitHub पर देखें↗

    UnityLibrary is a game engine asset library providing a collection of reusable scripts, shaders, and templates for development within the Unity engine. It functions as a boilerplate template set and an editor extension suite designed to automate common tasks and reduce repetitive setup. The project includes a collection of pre-built material shaders and visual effects that can be applied to surfaces without writing custom shader code. It also provides utility scripts and editor tools to enhance the native development workflow. The library covers project bootstrapping through the use of prede

    Documents and demonstrates Unity features that lack official examples or have outdated documentation.

    C#csharpcsharp-codecsharp-library
    GitHub पर देखें↗4,291
  • nette/php-generatornette का अवतार

    nette/php-generator

    2,253GitHub पर देखें↗

    Php-generator is a metaprogramming library for programmatically generating, inspecting, parsing, and manipulating PHP source code using expressive object-oriented structures. It allows developers to construct classes, interfaces, traits, enums, functions, closures, and complete files without writing raw strings. The library features automated namespace resolution to manage fully qualified class names and use statements, preventing naming collisions in generated output. It also includes configurable formatting utilities that transform abstract syntax trees into text strings adhering to establ

    Constructs modern language features including property hooks, asymmetric visibility, promoted parameters, and variadic arguments.

    PHPcode-generatornettenette-framework
    GitHub पर देखें↗2,253
  1. Home
  2. Software Engineering & Architecture
  3. Code Modernization Guides
  4. Language Feature Updates

सब-टैग एक्सप्लोर करें

  • Advanced Feature Documentation2 सब-टैग्सComprehensive documentation covering many of the language's advanced features. **Distinct from Language Feature Updates:** Distinct from Language Feature Updates: focuses on comprehensive guides rather than automated updates.