cppimport
C++ compiler
A tool to import and compile C++ code from Python directly during runtime
Import C++ files directly from Python!
1k stars
40 watching
67 forks
Language: Python
last commit: 8 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
pytorch/extension-cpp | Enables the creation of custom C++ extensions with CUDA support in PyTorch | 1,031 |
mattpd/cpplinks | A categorized list of C++ resources and tools | 4,598 |
soiu/tpython | A tiny, ahead-of-time compiled Python implementation designed to translate Pythonic++ to WASM. | 6 |
andreikop/cpp2python | Tool to automate part of the conversion process from C/C++ to Python code | 169 |
cppcon/cppcon2017 | A collection of presentation materials from CppCon 2017, including slides and code for talks on various C++ topics. | 1,790 |
malamanteau/handycpp | A collection of utility functions to simplify C++17 development | 13 |
skystrife/cpptoml | A C++ library for parsing TOML configuration files | 589 |
myint/cppclean | A tool that scans C++ source code to detect issues like unused code and unnecessary includes. | 703 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
tplgy/cppcodec | A header-only C++11 library for encoding/decoding various binary data formats | 624 |
nponeccop/hnc | A compiler that translates Haskell code into C++ code for efficient execution | 62 |
jeremy-rifkin/cpptrace | A portable C++ stacktrace library supporting various platforms and debug formats | 754 |
taviso/ctypes.sh | A foreign function interface plugin for bash that allows calling C functions from within bash scripts. | 2,109 |
boostorg/python | Enables seamless interoperability between C++ and the Python programming language. | 476 |