Jump to content

C Styled Script: Difference between revisions

From EDM2
mNo edit summary
No edit summary
Line 1: Line 1:
Replaced by [[C Scripting Language]] (?)
C Styled Script (CSS) is a programming language available for Windows 9x/NT and OS/2. CSS is used like an interpreter: You write the program with your favorite editor and run it directly like any BAT, CMD, REXX or PERL script. [[C Scripting Language]]
 
C Styled Script (CSS) is a programming language available for Windows 9x/NT and OS/2. CSS is used like an interpreter: You write the program with your favorite editor and run it directly like any BAT, CMD, REXX or PERL script.  


==Latest Version==
==Latest Version==
Line 8: Line 6:
==Links==
==Links==
* [http://css.sourceforge.net WebPage]
* [http://css.sourceforge.net WebPage]
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/misc&file=csso0400.zip Download version 4.00 at Hobbes]]
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/misc&file=csso0400.zip Download version 4.00 at Hobbes]
* [http://developers.slashdot.org/story/01/07/01/022208/c-styled-script---c-like-scripting-language C Styled Script - C-like Scripting Language] - Slashdot.org's initial reaction to the announcement of C Styled Script on Linux.


==License==
==License==
* Open Source - GNU General Public License V2.
* Initially closed source freeware, now discontinued open source distributed under the [[GPL v2]]


==Author==
==Author==
Line 17: Line 16:




[[Category:Tools]]
[[Category:Tools]][[Category:Programming Languages]][[Category:C]]

Revision as of 07:50, 28 January 2016

C Styled Script (CSS) is a programming language available for Windows 9x/NT and OS/2. CSS is used like an interpreter: You write the program with your favorite editor and run it directly like any BAT, CMD, REXX or PERL script. C Scripting Language

Latest Version

  • VERSION 4.00, 6/24/2001

Links

License

  • Initially closed source freeware, now discontinued open source distributed under the GPL v2

Author