Jump to content

C Styled Script: Difference between revisions

From EDM2
Created page with "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 ..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
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 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 favourite editor and run it directly like any BAT, CMD, REXX or PERL script. [[C Scripting Language]]
 
==Version==
* 3.01 (2000-02-25)
* 4.00 (2001-06-24)


==License==
==License==
* Freeware
* Initially closed source freeware, now discontinued open source distributed under the [[GPL v2]]
*Author: [[Peter Koch]]


==Links==
==Links==
* [http://web.archive.org/web/19991007063928/http://www.geocities.com/SiliconValley/Ridge/3602/css.html WebArchive Homepage]]
* [csso0400.zip] (Version 4.00)
* [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.


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

Latest revision as of 01:17, 5 October 2023

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 favourite editor and run it directly like any BAT, CMD, REXX or PERL script. C Scripting Language

Version

  • 3.01 (2000-02-25)
  • 4.00 (2001-06-24)

License

  • Initially closed source freeware, now discontinued open source distributed under the GPL v2
  • Author: Peter Koch

Links