Cling vs Ch Comments
- Cling is Free and Open Source
Ch is described as 'C/C++ interpreter and scripting language environment used by teachers, students, engineers and scientists around the world to learn math, numerical computing, C/C++, and write cross-platform code and embedded scripts quickly and efficiently' and is an app in the development category. There are three alternatives to Ch for Linux, BSD, Mac and Windows. The best Ch alternative is Cling, which is both free and Open Source. Other great apps like Ch are CINT and Interactive GCC (IGCC).
IGCC is a real-eval-print loop (REPL) simulator for C/C++ programmers. It allows you to type C++ commands which are immediately compiled and executed. Underneath it uses the normal GCC exe for compiling.
An awesome tool for programmers, it will input closed quotations automatically.