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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • nicklockwood/swiftformatAvatar de nicklockwood

    nicklockwood/SwiftFormat

    8,835Voir sur GitHub↗

    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
    Voir sur GitHub↗8,835
  • elves/elvishAvatar de elves

    elves/elvish

    6,325Voir sur GitHub↗

    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
    Voir sur GitHub↗6,325
  • scala/scala3Avatar de scala

    scala/scala3

    6,261Voir sur GitHub↗

    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
    Voir sur GitHub↗6,261
  • unitycommunity/unitylibraryAvatar de UnityCommunity

    UnityCommunity/UnityLibrary

    4,291Voir sur GitHub↗

    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
    Voir sur GitHub↗4,291
  • nette/php-generatorAvatar de nette

    nette/php-generator

    2,253Voir sur GitHub↗

    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
    Voir sur GitHub↗2,253
  1. Home
  2. Software Engineering & Architecture
  3. Code Modernization Guides
  4. Language Feature Updates

Explorer les sous-tags

  • Advanced Feature Documentation2 sous-tagsComprehensive 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.