Hacker News new | ask | show | jobs
by s20n 277 days ago
Man, that went way over my head.

But if you just want to run C++ in a REPL, you can use Clang-Repl <https://clang.llvm.org/docs/ClangRepl.html> which uses the LLVM JIT to "interpret" C++.

1 comments

I had good experience with Xeus cling for a notebook interface.