Martin Richards BCPL: Difference between revisions
Appearance
Created page with "==Description== An implementation of BCPL by the gent that invented it, this version is also known as BCPL CINTCODE. Unlike early compilers this is an interpreter written ..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
An implementation of [[BCPL]] by the gent that invented it, this version is also known as BCPL CINTCODE. Unlike early compilers this is an interpreter written in [[C]] designed for maximum portability rather than performance. | |||
An implementation of [[BCPL]] by the gent that invented it, this version is also known as BCPL CINTCODE. Unlike early compilers this is an interpreter written in C designed for maximum portability rather than performance. | |||
==Version== | ==Version== | ||
Line 9: | Line 8: | ||
* [http://www.cl.cam.ac.uk/~mr10/ Martin Richards Homepage] | * [http://www.cl.cam.ac.uk/~mr10/ Martin Richards Homepage] | ||
[[Category:BCPL]][[Category:Software written in C]][[Category:Open Source Software]] | |||
Latest revision as of 10:47, 6 January 2017
An implementation of BCPL by the gent that invented it, this version is also known as BCPL CINTCODE. Unlike early compilers this is an interpreter written in C designed for maximum portability rather than performance.
Version
- Fri Dec 12 16:36:31 GMT 2014 (Does not appear to use version numbers in the classical sense).
- Note that the system is only available as sources as binaries are only built for MS Windows, however it is test compiled against a number of systems one of which is OS/2.