Pascal-S - meaning and definition. What is Pascal-S
Diclib.com
Online Dictionary

What (who) is Pascal-S - definition

PROGRAMMING LANGUAGE
Pascal (language); Pascal language; Pascal Programming Language; Pascal programming language; PASCAL (Programming language); ISO 7185; ISO 10206; Pascal-P; .pas; VSI Pascal; .p; Pascal-XSC; Pascal-SC; X3J9; BS 6192; Pascal-S; Criticism of Pascal; PASCAL-SC; PASCAL-XSC; Pascal for Scientific Computation; Pascal-F; Pascal-p2; Data types in Pascal; Pascal-P system; Pascal-P System; Pascal-P1; Pascal-P2; Pascal-P3; Pascal-P4; Pascal-P5; Pascal 86; HP Pascal; ISO/IEC 10206; Pascal (command); Control structures in Pascal

Pascal-S         
Simplified Pascal. June, 1975. A strict subset of Pascal, omits scalar types, subranges, sets, files, pointers, packed structures, 'with' and 'goto. Source for a complete Pascal-S compiler is in "Pascal-S: A Subset and Its Implementation", N. Wirth in Pascal - The Language and Its Implementation, by D.W. Barron, Wiley 1979. pascal-s">ftp://csseq.cs.tamu.edu/mcguire/pascal-s.
Pascal-SC         
ESPRIT DIAMOND Project. An extension of Pascal for numerical analysis, with controlled rounding, overloading, dynamic arrays and modules. "PASCAL-SC, A Computer Language for Scientific Computation", G. Bohlender et al, Academic Press 1987.
VSI Pascal         
VSI Pascal for OpenVMS (formerly HP Pascal for OpenVMS, Compaq Pascal, DEC Pascal, VAX Pascal and originally VAX-11 Pascal) is a Pascal compiler that runs on OpenVMS for VAX, AlphaServer, Integrity servers and x86-64 systems. It was also supported under Tru64.

Wikipedia

Pascal (programming language)

Pascal is an imperative and procedural programming language, designed by Niklaus Wirth as a small, efficient language intended to encourage good programming practices using structured programming and data structuring. It is named in honour of the French mathematician, philosopher and physicist Blaise Pascal.

Pascal was developed on the pattern of the ALGOL 60 language. Wirth was involved in the process to improve the language as part of the ALGOL X efforts and proposed a version named ALGOL W. This was not accepted, and the ALGOL X process bogged down. In 1968, Wirth decided to abandon the ALGOL X process and further improve ALGOL W, releasing this as Pascal in 1970.

On top of ALGOL's scalars and arrays, Pascal enables defining complex datatypes and building dynamic and recursive data structures such as lists, trees and graphs. Pascal has strong typing on all objects, which means that one type of data cannot be converted to or interpreted as another without explicit conversions. Unlike C (and most languages in the C-family), Pascal allows nested procedure definitions to any level of depth, and also allows most kinds of definitions and declarations inside subroutines (procedures and functions). A program is thus syntactically similar to a single procedure or function. This is similar to the block structure of ALGOL 60, but restricted from arbitrary block statements to just procedures and functions.

Pascal became very successful in the 1970s, notably on the burgeoning minicomputer market. Compilers were also available for many microcomputers as the field emerged in the late 1970s. It was widely used as a teaching language in university-level programming courses in the 1980s, and also used in production settings for writing commercial software during the same period. It was displaced by the C programming language during the late 1980s and early 1990s as UNIX-based systems became popular, and especially with the release of C++.

A derivative named Object Pascal designed for object-oriented programming was developed in 1985. This was used by Apple Computer (for the Lisa and Macintosh machines) and Borland in the late 1980s and later developed into Delphi on the Microsoft Windows platform. Extensions to the Pascal concepts led to the languages Modula-2 and Oberon.