|
C Scripting Language (CSL) is a powerful and easy PROGRAMMING LANGUAGE available for Windows, OS/2 and Unixish systems. CSL follows the C syntax very closely and programmers used to C, C++ and Java will immediately be familiar with it.
CSL is used like an interpreter: You write the program with your favorite editor and run it directly like any shell script.
More than that, the CSL scripting engine can be integrated into your own applications as a macro language. CSL has 2 programming interfaces: A "C" API for virtually any 32 bit compiler, and C++ class interface for selected compilers.At a glance
C syntax, very familiar to C, C++ and JAVA programmers
Sophisticated error handling by exceptions
Comprehensive standard libraries included (system, strings, maths, files, regular expressions and more)
Interfaces ORACLE, DB2, MySQL and every ODBC source
Automate regular tasks or build application benchmarks with the windows control library
Develop libraries to meet your special requirements using your favorite C/C++ compiler
Embed the compact CSL scripting engine into your applications enhancing them with a powerful macro language
Write CGI programs for your web server
|