Description
Experiments with C++ interactively through a REPL built on LLVM and Clang. It is useful for learning, prototyping, testing snippets, or exploring APIs without creating a full build project first.
Interactive interpreters execute code on the local system. Review snippets before running them, especially when copied from untrusted sources.