Ch Standard Edition offers a very high-level language (VHLL) environment for general-purpose computing. An increasing number of C/C++ libraries and software packages are supported in Ch. Virtually any C programs can readily run in the Ch language environment across different platforms without lengthy compile/link/execute/debug cycles. Ch can also easily call functions in binary C/C++ libraries.
PETER DA SILVA Hey, it's not Visual Basic. (Version 5.5)
0
Mar 2 2008
KARSTEN@BRIKSOFTWARE.COM i think the usage of this interpreter is not its speed, cause then one could compile it with gcc right away... but if one needs to implement some scripting stuff in your own application, this interpreter can do all the dirty work of parsing and executing... things that are VERY hard to do for a language like c.
and if you're creative enough, then you may imagine some cases where a language like c is perfect for scripting an application. (Version 6.0)