Skip Navigation

ICPP – Running C++ in anywhere like a script

github.com GitHub - vpand/icpp: Running C++ in anywhere like a script.

Running C++ in anywhere like a script. Contribute to vpand/icpp development by creating an account on GitHub.

Interpreting C++, executing the source and executable like a script.

  • Writing powerful script using C++ just as easy as Python;
  • Writing hot-loading C++ script code in running process;
  • Based on Unicorn Engine qemu virtual cpu and Clang/LLVM C++ compiler;
  • Integrated internally with Standard C++23 and Boost libraries;
  • To reuse the existing C/C++ library as an icpp module extension is extremely simple.

There is also a Qt helper module: https://github.com/vpand/icpp-qt

3