Coral 66

From HandWiki
Coral 66
Paradigmsprocedural, imperative, structured
FamilyALGOL
Designed byPhilip Woodward, I. F. Currie, M. Griffiths
DeveloperRoyal Radar Establishment
First appeared1964; 60 years ago (1964)
Typing disciplineStatic, strong
ScopeLexical
Implementation languageBCPL
PlatformCTL Modular-1, DEC Alpha, GEC, Ferranti, Honeywell, HP Integrity, Interdata 8/32, PDP-11, SPARC, VAX, x86
OSVAX/VMS; BSD Unix, Linux, Solaris
Influenced by
ALGOL, JOVIAL, Fortran

CORAL (Computer On-line Real-time Applications Language) is a programming language originally developed in 1964 at the Royal Radar Establishment (RRE), Malvern, Worcestershire, United Kingdom (UK).[1] It was influenced by ALGOL and JOVIAL, but is not a subset of either. Coral 66 was subsequently developed by I. F. Currie and M. Griffiths under the auspices of the Inter-Establishment Committee for Computer Applications (IECCA). Its official definition, edited by Woodward, Wetherall, and Gorman, was first published in 1970.[2]

Overview

Coral 66 is a general-purpose programming language based on ALGOL 60, with some features from Coral 64, JOVIAL, and Fortran. It includes structured record types (as in Pascal) and supports the packing of data into limited storage (also as in Pascal). Like Edinburgh IMP it allows inline (embedded) assembly language, and also offers good runtime checking and diagnostics. It is designed for real-time computing and embedded system applications, and for use on computers with limited processing power, including those limited to fixed-point arithmetic and those without support for dynamic storage allocation.

The language was an inter-service standard for British military programming, and was also widely adopted for civil purposes in the British control and automation industry. It was used to write software for both the Ferranti[3] and General Electric Company (GEC) computers from 1971 onwards. Implementations also exist for the Interdata 8/32, PDP-11, VAX, Alpha platforms and HP Integrity servers; for the Honeywell, and for the Computer Technology Limited (CTL, later ITL) Modular-1;[4] and for SPARC running Solaris, and Intel running Linux.

Queen Elizabeth II sent the first email from a head of state from the Royal Signals and Radar Establishment over the ARPANET on March 26, 1976. The message read “This message to all ARPANET users announces the availability on ARPANET of the Coral 66 compiler provided by the GEC 4080 computer at the Royal Signals and Radar Establishment, Malvern, England, ... Coral 66 is the standard real-time high level language adopted by the Ministry of Defence."[5][6]

A variant of Coral 66 was developed during the late 1970s to early 1980s by the British General Post Office (GPO), together with GEC, STC and Plessey, for use on the System X digital telephone exchange control computers, named PO-CORAL. This was later renamed BT-CORAL when British Telecom was spun off from the Post Office. Unique features of this language were the focus on real-time execution, message processing, limits on statement execution between waiting for input, and a prohibition on recursion to remove the need for a stack.

As Coral was aimed at a variety of real-time work, rather than general office DP, there was no standardised equivalent to a stdio library. IECCA recommended a primitive input/output (I/O) package to accompany any compiler (in a document titled Input/Output of Character data in Coral 66 Utility Programs). Most implementers avoided this by producing Coral interfaces to extant Fortran and, later, C libraries.

CORAL's most significant contribution to computing may have been enforcing quality control in commercial compilers.[4] To have a CORAL compiler approved by IECCA, and thus allowing a compiler to be marketed as a CORAL 66 compiler, the candidate compiler had to compile and execute an official suite of 25 test programs and 6 benchmark programs. The process was part of the British Standard (BS) 5905 approval process. This methodology was observed and adapted later by the United States Department of Defense for the official certification of Ada compilers.

Source code for a Coral 66 compiler (written in BCPL) has been recovered and the Official Definition of Coral 66 document by Her Majesty's Stationery Office (HMSO) has been scanned; the Ministry of Defence patent office has issued a licence to the Edinburgh Computer History project to allow them to put both the code and the language reference online for non-commercial use.

References

  1. FM1600B Microcircuit Computer Ferranti Digital Systems. Bracknell, Berkshire, UK: Ferranti Limited, Digital Systems Department. October 1968. List DSD 68/6. https://www.sba.unipi.it/sites/default/files/2015_05_29_08_44_13.pdf. Retrieved 2020-05-19. 
  2. Woodward, Philip M. (1970). Official Definition of CORAL 66. Her Majesty's Stationery Office (HMSO). pp. vii+58. ISBN 0-11-470221-7. 
  3. Gorman, B (June 1978). The Coral 66 Compiler for Ferranti ARGUS 500 Computer (Report). Royal Signals and Radar Establishment. Technical Note 799. http://www.dtic.mil/docs/citations/ADA084068. Retrieved 17 January 2018. 
  4. 4.0 4.1 "Lucid language may help European computers". New Scientist: p. 513. 30 November 1972. https://books.google.co.uk/books?id=dkUzDol9AcQC. 
  5. Metz, Cade (2012-12-25). "How the Queen of England Beat Everyone to the Internet". Wired. ISSN 1059-1028. https://www.wired.com/2012/12/queen-and-the-internet/. 
  6. Left, Sarah (2002-03-13). "Email timeline" (in en-GB). The Guardian. ISSN 0261-3077. https://www.theguardian.com/technology/2002/mar/13/internetnews. 

External links