2 مستودعات
Utilities that programmatically generate Python source code strings for execution by an embedded interpreter.
Distinct from Command String Generators: Distinct from command string generators as it targets a Python interpreter runtime rather than a shell.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Python Code Generators. Refine with filters or upvote what's useful.
matplotlib-cpp is a header-only C++ library and wrapper that enables the creation of 2D and 3D visualizations by calling Matplotlib functions directly from C++ code. It serves as a plotting interface for generating line plots, bar graphs, and surface charts using a Python-based backend. The library is designed as a lightweight integration that provides plotting capabilities without requiring a complex build process or compiled binaries. It covers a range of visualization capabilities, including multi-dimensional data rendering, vector field plotting, and the arrangement of multiple subplots.
Converts C++ function calls into formatted strings evaluated as Python code by the embedded interpreter.
Coconut is a functional programming language that compiles to Python. It functions as a source-to-source compiler, translating high-level functional syntax into compatible Python code to maintain runtime compatibility. The language introduces a logic system for pattern matching and destructuring complex data structures. It provides a mechanism for tail call optimization to prevent stack overflow errors during deep recursive function calls and employs a lazy evaluation engine to defer computations until results are explicitly required. The project includes support for algebraic data types, pi
Generates Python source code from functional definitions to ensure runtime compatibility.