What Read-eval-print-loops (REPL's) are available for C++ ?
- by Justin Ethier
REPL's are very useful for live debugging and experimentation. Most dynamic languages such as Ruby, Python, etc come with one built-in, however it is more difficult to build one for a statically-typed language such as C++.
Despite the technical challenges, are there any REPL's available for C++?