Tagged Questions

BCPL (Basic Combined Programming Language) is a procedural, imperative, and structured computer programming language designed by Martin Richards of the University of Cambridge in 1966.

learn more… | top users | synonyms

3
votes
1answer
190 views

Where's some good documentation for creating a GCC front end?

I've been tasked to come up with some half-year and full-year university projects for IT students and, due to the fact that it's hopefully never been done before (and also that I harbor certain ...
3
votes
4answers
341 views

Hidden features of BCPL

In light of the "Hidden features of..." series of questions, what little-known features of BCPL have become useful to you?
2
votes
1answer
51 views

BCPL compiler/interpreter for a current OS and architechture?

Does anyone know of a working BCPL compiler, written for a current OS (I have Windows 7 and Ubuntu readily available) with an x64 architecture? I first heard about BCPL after Dennis Ritchie's recent ...
2
votes
1answer
193 views

What's a good book for learning BCPL?

A long time ago, I worked on some BCPL code (very similar to C although even more basic, difficult though that is to imagine). Now, as part of a compiler course, we're going to be setting assignments ...