XPL0

XPL0 is a computer programming language that is essentially a cross between Pascal and C. It looks somewhat like Pascal but works more like C. It was created in 1976 by Peter J. R. Boyle who wanted a high-level language for his microcomputer and wanted something more sophisticated than BASIC, which was the dominant language for personal computers at the time. Wikipedia

Created Year: 1976
Implemented in: ALGOL

Wikidata: Q7475390

Programming paradigms: procedural programming

Hello World in XPL0

code Text=12;
Text(0, "Hello World")

Search on GitHub


Latest data update: 2022-12-05