awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesFirst-Class Class Objects

Treats class definitions as objects that can be passed to functions and inspected at runtime.

Distinguishing note: None of the candidates relate to the first-class nature of classes in the language.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · First-Class Class Objects. Refine with filters or upvote what's useful.

Awesome First-Class Class Objects GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • walter201230/pythonالصورة الرمزية لـ walter201230

    walter201230/Python

    26,516عرض على GitHub↗

    Python is a high-level, interpreted programming language designed for readability and versatility. It operates via a bytecode-based virtual machine and manages memory automatically through reference-counting garbage collection. The language supports multiple programming paradigms, including object-oriented, imperative, and functional styles, and provides a comprehensive standard library for system operations, networking, and data handling. The language is distinguished by its dynamic nature, allowing for runtime object introspection and metaclass-driven class creation. It utilizes protocol-ba

    Allows dynamic programming patterns by treating class definitions as manipulatable objects.

    Pythonpythonpython3
    عرض على GitHub↗26,516
  • federico-busato/modern-cpp-programmingالصورة الرمزية لـ federico-busato

    federico-busato/Modern-CPP-Programming

    15,808عرض على GitHub↗

    This project is a comprehensive educational resource and programming course covering C++ language semantics and features from C++03 through C++26. It provides structured tutorials and technical guides focused on modern C++ development. The material offers specialized instruction on template metaprogramming, including the use of type traits and compile-time computations. It features detailed guides on concurrency and parallelism for multi-core execution, as well as a reference for software design applying SOLID principles and RAII. Additionally, it covers build performance optimization to redu

    Provides techniques to verify if a class is an aggregate or trivial type for API compatibility.

    HTMLc-plus-pluscode-qualitycompilers
    عرض على GitHub↗15,808
  • doocs/jvmالصورة الرمزية لـ doocs

    doocs/jvm

    11,093عرض على GitHub↗

    This project is a technical reference and documentation suite focused on the internal architecture and operational principles of the Java Virtual Machine. It provides comprehensive guides and analysis on how the virtual machine manages class loading, memory organization, and bytecode execution. The documentation distinguishes itself by providing deep dives into specific runtime mechanisms, such as the binary decoding of class files, the hierarchical delegation model for class loaders, and the precise sequence of the loading, linking, and initialization lifecycle. It also details memory reclam

    Analyzes how objects and classes are represented in memory, including internal structures and layout.

    JavaScriptclassdoocsgc
    عرض على GitHub↗11,093
  1. Home
  2. Programming Languages & Runtimes
  3. First-Class Class Objects

استكشف الوسوم الفرعية

  • Class Memory Layout Analyzers1 وسم فرعيExplains how classes are structured in memory, including isa pointers, superclasses, and method caches. **Distinct from First-Class Class Objects:** Distinct from First-Class Class Objects: focuses on memory layout analysis rather than the first-class nature of classes.