awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
wickwirew avatar

wickwirew/Runtime

0
View on GitHub↗
1,166 星标·95 分支·Swift·MIT·10 次浏览

Runtime

A Swift Runtime library for viewing type info, and the dynamic getting and setting of properties.

Features

  • Runtime Reflection - Viewing type info and dynamic property access.

Star 历史

wickwirew/runtime 的 Star 历史图表wickwirew/runtime 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Runtime 的开源替代方案

相似的开源项目,按与 Runtime 的功能重合度排序。
  • sebastianbergmann/object-reflectorsebastianbergmann 的头像

    sebastianbergmann/object-reflector

    6,283在 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
    在 GitHub 上查看↗6,283
  • pardeike/harmonypardeike 的头像

    pardeike/Harmony

    6,526在 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
    在 GitHub 上查看↗6,526
  • c3lang/c3cc3lang 的头像

    c3lang/c3c

    5,147在 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
    在 GitHub 上查看↗5,147
  • haxefoundation/haxeHaxeFoundation 的头像

    HaxeFoundation/haxe

    6,880在 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
    在 GitHub 上查看↗6,880
查看 Runtime 的所有 10 个替代方案→

常见问题解答

wickwirew/runtime 是做什么的?

A Swift Runtime library for viewing type info, and the dynamic getting and setting of properties.

wickwirew/runtime 的主要功能有哪些?

wickwirew/runtime 的主要功能包括:Runtime Reflection。

wickwirew/runtime 有哪些开源替代品?

wickwirew/runtime 的开源替代品包括: 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… zewo/reflection — DEPRECATED. charlinfeng/reflect — Reflection, Dict2Model, Model2Dict, Archive.