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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesAdvanced Feature Documentation

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.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Advanced Feature Documentation. Refine with filters or upvote what's useful.

Awesome Advanced Feature Documentation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • elves/elvishAvatar de elves

    elves/elvish

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

    scala/scala3

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

    UnityCommunity/UnityLibrary

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

    nette/php-generator

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

Explorar subetiquetas

  • Language Construct GeneratorsConstructs modern language features including property hooks, asymmetric visibility, and promoted parameters.
  • Missing Feature DocumentationDocuments and demonstrates Unity features that lack official examples or have outdated documentation. **Distinct from Advanced Feature Documentation:** Distinct from Advanced Feature Documentation: focuses on documenting missing or outdated features, not comprehensive advanced guides.