Penguin

Differences between current version and previous revision of BCPL.

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

Newer page: version 2 Last edited on Saturday, September 14, 2002 12:46:59 am by GlynWebster
Older page: version 1 Last edited on Monday, August 5, 2002 10:38:31 pm by GlynWebster Revert
@@ -1,9 +1,9 @@
-BCPL is a HighLevelAssemblyLanguage , like [C] was originally intended to be. 
+BCPL is a high level AssemblyLanguage , like [C] was originally intended to be. 
  
 Here's the big difference between C and BCPL: The only datatype in BCPL is the 32-bit machine word. A word might contain an integer, character, float or pointer: it's up to you to apply the right operator to it. This doesn't suit the addressing schemes of many modern processors, which is probably one reason you don't see it being used any more. 
  
 DennisRitchie scanned his old BCPL manual for you: 
 http://cm.bell-labs.com/cm/cs/who/dmr/bcpl.html 
  
 You can get a BCPL interpreter to play with here (from the creator of BCPL himself): 
 http://www.cl.cam.ac.uk/users/mr/BCPL.html