JavaCPP is a JNI C++ bridge and foreign function interface that provides a binding generator, a native library loader, and a native memory manager. It automates the creation of Java wrappers around native C++ headers and shared libraries to enable interoperability between the two languages. The project features a C++ binding generator that parses header files to automatically produce the necessary glue code and interfaces for calling native functions. It includes a native library loader that locates and extracts platform-specific binaries from the classpath into a local cache for runtime exec
Embedded Scripting Language Designed for C++
Library to build PHP extensions with C++
copernicamarketingsoftware/php-cpp 的主要功能包括:Development Utilities, Language Interop, Scripting and Bindings。
copernicamarketingsoftware/php-cpp 的开源替代品包括: cesanta/v7 — Embedded JavaScript engine for C/C++. charto/nbind — :sparkles: Magical headers that make your C++ library accessible from JavaScript :rocket:. boostorg/python — Boost.org python module. bytedeco/javacpp — JavaCPP is a JNI C++ bridge and foreign function interface that provides a binding generator, a native library loader,… chaiscript/chaiscript — Embedded Scripting Language Designed for C++. cython/cython — Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It…