Protel




Protel stands for “Procedure Oriented Type Enforcing Language”.

It is a programming language created by Nortel Networks and used on telecommunications switching systems such as the DMS-100.

Protel-2 is the object-oriented version of Protel.The PROTEL language was designed to meet the needs of digital telephony and is the basis of the DMS-100 line of switching systems PROTEL is a strongly typed, block-structured language which is based heavily on PASCAL and ALGOL 68 with left-to-right style of variable assignment, variable-sized arrays, and extensible structures.

The designers of PROTEL significantly extended PASCAL of the day by adding external compilation and extending the data structures available in the language.The PROTEL compiler is tightly integrated with the operating system (SOS), application (CALLP), the development environment (PLS) and originally the processor (NT40).

PLS, SOS, CALLP and the compiler itself are all written in PROTEL.

Any description of the PROTEL language can’t help but include some aspects of the other components.

PROTEL has very strict type enforcement but the tight coupling of the components creates opportunities to bypass some type checking for skilled coders by using internal compiler features directly.

PROTEL is considered ‘wordy’, containing a large number of reserved words with some statements reading like English.

PROTEL source code is case insensitive but by convention upper case is used for reserved words.