Penguin

Differences between version 3 and previous revision of Algol.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Monday, December 8, 2003 12:36:20 am by SamJansen Revert
Older page: version 2 Last edited on Sunday, December 7, 2003 9:03:29 pm by GlynWebster Revert
@@ -1,7 +1,7 @@
 !!! Algol 60 
  
-The first ProgrammingLanguage with a context-free grammar (BackusNaurForm was inverted to describe it). It was a simple [Pascal]-like language (actually, the predecessor to Pascal) meant for expressing mathematical algorithms. The uglier language [Fortran] was already being used for this, and had the support of [IBM], so Algol 60 never really took off. Many [systems programming |http://www.wlug.org.nz/CategorySystemsProgrammingLanguages ] extensions of Algol were created in the 60's, notably by Burroughs Corporation, which no longer exists. [C] now fills that role. 
+The first ProgrammingLanguage with a context-free grammar (BackusNaurForm was invented to describe it). It was a simple [Pascal]-like language (actually, the predecessor to Pascal) meant for expressing mathematical algorithms. The uglier language [Fortran] was already being used for this, and had the support of [IBM], so Algol 60 never really took off. Many [systems programming |http://www.wlug.org.nz/CategorySystemsProgrammingLanguages ] extensions of Algol were created in the 60's, notably by Burroughs Corporation, which no longer exists. [C] now fills that role. 
  
 Algol 60 on Linux: The [GNU] Project's [MARST Algol-to-C translator | http://www.gnu.org/software/marst/]. 
  
 !!! Algol 68