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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Zewo avatar

Zewo/Reflection

0
View on GitHub↗
597 stars·42 forks·Swift·MIT·3 views

Reflection

DEPRECATED

Features

  • Runtime Reflection - Advanced runtime reflection and dynamic type construction.

Star history

Star history chart for zewo/reflectionStar history chart for zewo/reflection

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Reflection

Similar open-source projects, ranked by how many features they share with Reflection.
  • sebastianbergmann/object-reflectorsebastianbergmann avatar

    sebastianbergmann/object-reflector

    6,283View on GitHub↗

    Object-reflector is a Python object reflection library and dynamic attribute access tool. It functions as an object property extractor designed to retrieve values from an object's internal state and inheritance hierarchies during runtime. The library provides the capability to access and extract private, protected, and inherited object attributes. This allows for the inspection of internal properties regardless of their visibility. The project covers domains including software debugging workflows, automated testing utilities, and general Python runtime reflection to analyze object properties

    PHP
    View on GitHub↗6,283
  • pardeike/harmonypardeike avatar

    pardeike/Harmony

    6,526View on GitHub↗

    Harmony is a library for modifying, replacing, and decorating compiled .NET and Mono methods during execution without altering binary files on disk. It functions as a runtime method patching tool, a CIL instruction manipulator, and a reflection extension for C#. The project provides mechanisms to intercept method execution, allowing custom code to run before or after original methods while maintaining the existing program flow. It enables the analysis and rewriting of Common Intermediate Language instructions to change the internal logic of compiled methods. The toolkit also includes utiliti

    C#cilcsharpdetour
    View on GitHub↗6,526
  • c3lang/c3cc3lang avatar

    c3lang/c3c

    5,147View on GitHub↗

    c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static libraries, or dynamic libraries using an LLVM backend. It implements a system based on result-based error handling, scoped memory pooling, and a semantic macro system. The compiler provides first-class support for hardware-backed SIMD vectors that map directly to processor instructions and enables runtime polymorphism through interface-based dynamic dispatch. The project covers a broad set of low-level capabilities, including manual and pooled memory management, inline assembly inte

    C3c3compilerlanguage
    View on GitHub↗5,147
  • haxefoundation/haxeHaxeFoundation avatar

    HaxeFoundation/haxe

    6,880View on GitHub↗

    Haxe is a statically typed, multi-target programming language and open-source compiler toolkit that translates a single codebase into native executables and scripts for JavaScript, C++, C#, Java, Python, Lua, PHP, and Flash targets. It provides a unified type system with automatic type inference, a compile-time macro system for code transformation and generation, conditional compilation directives, and a static analysis engine that enforces null safety and eliminates dead code to produce smaller, safer outputs. The language is supported by the HashLink virtual machine, which executes platform

    Haxecompilercross-platformhaxe
    View on GitHub↗6,880
See all 10 alternatives to Reflection→

Frequently asked questions

What does zewo/reflection do?

DEPRECATED

What are the main features of zewo/reflection?

The main features of zewo/reflection are: Runtime Reflection.

What are some open-source alternatives to zewo/reflection?

Open-source alternatives to zewo/reflection include: sebastianbergmann/object-reflector — Object-reflector is a Python object reflection library and dynamic attribute access tool. It functions as an object… haxefoundation/haxe — Haxe is a statically typed, multi-target programming language and open-source compiler toolkit that translates a… c3lang/c3c — c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static… pardeike/harmony — Harmony is a library for modifying, replacing, and decorating compiled .NET and Mono methods during execution without… wickwirew/runtime — A Swift Runtime library for viewing type info, and the dynamic getting and setting of properties. charlinfeng/reflect — Reflection, Dict2Model, Model2Dict, Archive.