awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • walter201230/pythonAvatar von walter201230

    walter201230/Python

    26,516Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗26,516
  • federico-busato/modern-cpp-programmingAvatar von federico-busato

    federico-busato/Modern-CPP-Programming

    15,808Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,808
  • doocs/jvmAvatar von doocs

    doocs/jvm

    11,093Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,093
  1. Home
  2. Programming Languages & Runtimes
  3. First-Class Class Objects

Unter-Tags erkunden

  • Class Memory Layout Analyzers1 Sub-TagExplains 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.