Content deleted Content added
mNo edit summary |
No edit summary |
||
Line 1:
'''Ch''', ([[International Phonetic Alphabet|IPA pronunciation]]: {{IPA|[siː eɪtʃ]}}), is a commercial embeddable [[C (programming language)|C]]/[[C++]] [[Interpreter (computing)|interpreter]]. Ch is designed for using one C compatible language for all programming tasks.
Ch extends C and C++ for [[Scripting language|scripting]], numerical computing and 2D/3D
== Features ==
=== C/C++ compatible interpreter ===
Ch supports the 1999 ISO C Standard (C99) and C++ classes. It is superset of C with
C++
=== Embeddable scripting ===
As a C/C++ interpreter, Ch can be used as a scripting engine for your applications. It extends your applications with a C compatible scripting language.
=== Shell programming and cross-platform scripting ===
Ch is a C-compatible shell similar to C-shell (csh). It can be used as login shell
=== 2D/3D plotting and numerical computing ===
Line 60 ⟶ 59:
=== Shell programming ===
Find and compile all .c files into .o in the current directory
#!/bin/ch
|