awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
root-project avatar

root-project/cling

0
View on GitHub↗
4,147 स्टार्स·314 फोर्क्स·C++·3 व्यूज़

Cling

Cling is an interactive C++ interpreter and read-eval-print loop that allows for the execution of C++ code in real time. It provides an interactive environment where statements can be evaluated immediately, bypassing the manual compilation and linking cycles typically required for the language.

The system functions as a Jupyter C++ kernel, enabling cell-based development and visualization within notebook interfaces. It also supports the loading and execution of external source files within an active session.

The environment includes capabilities for just-in-time debugging and profiling by emitting debug symbols for compiled code. This allows interpreted logic to be analyzed using standard system profiling and debugging tools.

Features

  • Read-Eval-Print Loops - Provides a read-eval-print loop for the immediate evaluation and execution of C++ statements.
  • Interactive C/C++ Prototyping - Supports interactive development and logic testing through a read-eval-print loop without full recompilation.
  • Language-Specific REPLs - Provides a language-specific REPL for executing C++ statements interactively without full compilation cycles.
  • Jupyter Language Kernels - Implements a dedicated C++ kernel that enables cell-based development and visualization within Jupyter notebooks.
  • Jupyter Notebook Integrations - Integrates C++ execution into notebook environments via a dedicated kernel for cell-based development.
  • Notebook Environment Integrations - Provides a communication layer that maps Jupyter notebook cell requests to an interactive C++ execution environment.
  • Rapid Prototyping Environments - Enables rapid prototyping of C++ code snippets and libraries by bypassing manual compilation and linking cycles.
  • C++ REPLs - Implements a read-eval-print loop for prototyping and testing C++ logic through immediate statement evaluation.
  • JIT-Compiled Bytecode Execution - Translates C++ source into LLVM intermediate representation and compiles it to machine code at runtime.
  • C++ Interpreters - Provides an interactive environment for executing C++ code in real time without manual compilation and linking.
  • Incremental Compilation - Implements mechanisms to process small code snippets while maintaining a persistent global state across execution cells.
  • Just-In-Time Compilation - Leverages LLVM infrastructure to generate optimized native machine code on the fly from an interactive input stream.
  • Execution-to-Source Mappers - Emits debug symbols during runtime compilation to map machine code back to the original source.
  • JIT Debugging & Profiling - Emits debug symbols for just-in-time compiled code to enable analysis via standard system profiling and debugging tools.
  • Interpreter Debuggers and Profilers - Allows analysis of interpreted C++ logic using standard profiling tools via emitted debug symbols.
  • Compiler-Integrated AST Parsing - Uses a Clang-based frontend to parse C++ source into abstract syntax trees for interactive execution.

स्टार हिस्ट्री

root-project/cling के लिए स्टार हिस्ट्री चार्टroot-project/cling के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Cling के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Cling के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • luajit/luajitLuaJIT का अवतार

    LuaJIT/LuaJIT

    5,592GitHub पर देखें↗

    LuaJIT is a high-performance Lua language implementation and just-in-time compiler. It functions as an embedded scripting engine and dynamic binary translator that converts portable bytecode into native machine code during execution. The project focuses on high-performance scripting by translating bytecode into architecture-specific instructions to achieve execution speeds close to compiled C code. It utilizes a lightweight runtime environment designed for minimal memory overhead. The system supports binary data processing via bitwise operations and enables asynchronous task management throu

    C
    GitHub पर देखें↗5,592
  • sbt/sbtsbt का अवतार

    sbt/sbt

    4,929GitHub पर देखें↗

    Sbt is a JVM build tool and dependency management system designed for Scala and Java. It functions as a multi-project build orchestrator that manages the compilation of source code, resolves external libraries from remote repositories, and packages binaries for distribution. The project is distinguished by its interactive build system, which provides a read-eval-print loop for real-time state inspection and task execution. It utilizes a dependency-graph based execution model to process tasks and maintains a type-safe key-value store for dynamic build configuration. Its capabilities cover JVM

    Scala
    GitHub पर देखें↗4,929
  • gopherdata/gophernotesgopherdata का अवतार

    gopherdata/gophernotes

    3,965GitHub पर देखें↗

    Gophernotes is a backend implementation of the Jupyter kernel protocol and an interactive runtime that enables the execution of Go language code within notebook environments. It serves as a Go language execution engine, allowing users to integrate Go into polyglot notebooks such as Jupyter and nteract. The project supports the creation of documents that combine executable source code with rich media. It maps internal data types to various formats, including HTML, JSON, LaTeX, PDF, and images, to provide visual representations of execution results. The system covers a range of capabilities in

    Goartificial-intelligencedata-sciencego
    GitHub पर देखें↗3,965
  • wasm3/wasm3wasm3 का अवतार

    wasm3/wasm3

    7,936GitHub पर देखें↗

    Wasm3 is a WebAssembly interpreter designed for embedded runtime integration. It enables the execution of portable binary logic on microcontrollers and resource-constrained hardware, providing support for modules that utilize the WebAssembly System Interface to interact with system resources. The runtime employs register-based bytecode interpretation and direct-threaded dispatch to map virtual registers to physical CPU registers. It includes a host-call interface to map imports to C functions and utilizes static module validation to ensure bytecode follows specification rules before execution

    C
    GitHub पर देखें↗7,936
Cling के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

root-project/cling क्या करता है?

Cling is an interactive C++ interpreter and read-eval-print loop that allows for the execution of C++ code in real time. It provides an interactive environment where statements can be evaluated immediately, bypassing the manual compilation and linking cycles typically required for the language.

root-project/cling की मुख्य विशेषताएं क्या हैं?

root-project/cling की मुख्य विशेषताएं हैं: Read-Eval-Print Loops, Interactive C/C++ Prototyping, Language-Specific REPLs, Jupyter Language Kernels, Jupyter Notebook Integrations, Notebook Environment Integrations, Rapid Prototyping Environments, C++ REPLs।

root-project/cling के कुछ ओपन-सोर्स विकल्प क्या हैं?

root-project/cling के ओपन-सोर्स विकल्पों में शामिल हैं: luajit/luajit — LuaJIT is a high-performance Lua language implementation and just-in-time compiler. It functions as an embedded… sbt/sbt — Sbt is a JVM build tool and dependency management system designed for Scala and Java. It functions as a multi-project… gopherdata/gophernotes — Gophernotes is a backend implementation of the Jupyter kernel protocol and an interactive runtime that enables the… wasm3/wasm3 — Wasm3 is a WebAssembly interpreter designed for embedded runtime integration. It enables the execution of portable… bobthecow/psysh — PsySH is an interactive read-eval-print loop and shell environment for PHP. It functions as a runtime debugger and… ipython/ipython — IPython is an interactive computing environment and programmable extension of the Python read-eval-print loop. It…