TACPOL (programming language)
|
|
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (July 2007) |
TACPOL (Tactical Procedure Oriented Language) is a block structured programming language developed by the United States Army for the TACFIRE Tactical Fire Direction command and control application. TACPOL is similar to PL/I.
Contents |
[edit] Language constructs
[edit] Data types
TACPOL supports fixed-point numeric data, character, and bit data. There is no support for floating point numeric data or for pointers. Arrays may have up to three dimensions, but dynamic bounds are not permitted. Additional types are records (called groups), tables, and overlay facilities.
[edit] Control Structures
Control structures include IF-THEN-ELSE, iteration, WHILE and CASE statements.
[edit] Procedures
Procedures may have value parameters, quantity parameters - by reference without type-checking, parameterless procedure and label parameters.
[edit] Implementations
The TACPOL compiler ran on and generated code for the AN/GYK-12, a militarized version of the Litton Industries L-3050 32-bit minicomputer.
[edit] Criticism and defense
[edit] Positive features
- TACPOL is easy to learn.[1]
[edit] Negative features
- "TACPOL has a large number of special language features which were included for reasons of efficiency because the inclusion of corresponding cleanly designed general purpose features was not properly understood."[2]
- "Cost per instruction of TACPOL [is] higher than language used for other military computers."[3]
[edit] Notes
[edit] External links
- Serafino, et.al. "Report to the High Order Language Working Group" (1977)
- United States General Accounting Office. "Tactical Operations System Should Not Continue as Planned" (1979)
[edit] See also
| This programming language-related article is a stub. You can help Wikipedia by expanding it. |