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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • nicklockwood/swiftformatAvatar nicklockwood

    nicklockwood/SwiftFormat

    8,835Vezi pe 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
    Vezi pe GitHub↗8,835
  • elves/elvishAvatar elves

    elves/elvish

    6,325Vezi pe 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
    Vezi pe GitHub↗6,325
  • scala/scala3Avatar scala

    scala/scala3

    6,261Vezi pe 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
    Vezi pe GitHub↗6,261
  • unitycommunity/unitylibraryAvatar UnityCommunity

    UnityCommunity/UnityLibrary

    4,291Vezi pe 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
    Vezi pe GitHub↗4,291
  • nette/php-generatorAvatar nette

    nette/php-generator

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

Explorează sub-etichetele

  • Advanced Feature Documentation2 sub-tag-uriComprehensive 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.