Ch (computer programming): Difference between revisions

Content deleted Content added
added reference from Sriranga Veeraraghavan, author of the book ""Sams Teach Yourself Shell Programming in 24 Hours (2nd Edition)"
It's a shell, not a C shell + tag dead link and rm extra space per formatting guidelines.
Line 20:
 
Ch can be embedded into the C/C++ application programs.
It has numerical computing and graphical plotting features. Ch is a combined C shell and IDE. <ref> {{cite journal | last = Veeraraghavan | first = Sriranga | year = 2013 | title = An introduction to Ch: Implementing a temperature converter in Ch | url = http://http://www.techworld.com.au/article/452524/an_introduction_ch_implementing_temperature_converter_ch/ | publisher = ComputerWorld}}{{Dead link|date=February 2013}}</ref> Ch shell combines the features of MSDOS, Unix Shell and C language. <ref>[http://www.softintegration.com/docs/ch/shell/ Ch Shell]</ref> ChIDE provides quick [[code navigation]] and step-by-step debug features. It is based on embedded Ch, Scite and Scintilla.<ref>[http://www.softintegration.com/docs/ch/chide/ Ch IDE]</ref>
 
Ch can also be run as an interactive shell to execute C statements and scripts.