FORTRAN ALGOL COBOL – Computers programing languages

1960′s original manuals of FORTRAN ALGOL and COBOL programming languages, designed by comities.
The Computer History Museum Tour 6
See all the Tours at: http://tiltul.com/art/Education/Museums/
TilTul Automates Search and Language translation for Mozilla Firefox, Free download at http://tiltul.comDuration : 0:1:35

Posted on December 17th, 2007 by admin

Filed under COBOL | No Comments »

HISTORY 001

Hundreds of new computer languages are invented each year. By 1966 there were already 700 languages.

Ought we to have standardised on a language, instead of inventing new ones?

Cobol was invented around 1960. It ran on NCR 315 with 32K of memory at NCR in Sydney. (I worked there as a computer operator from late 1967).

Cobol could certainly be used as a “general purpose programming language”, in the sense that any computer programming language is “Turing complete” (or can be extended to be so) and hence is able to be used for general computations.

One could treat Cobol as a base, and write processors in Cobol for other languages – even interpreting a command line may mean implementation of a processor, perhaps for a simple computer language of our design.

Fortran IV has been used as a language processor. William Waite wrote general code in Fortran IV, called STAGE2.
STAGE2 was used to build processors for many languages, e.g. it is said to have been used on the first non-Xerox version of Smalltalk. STAGE2 could easily be implemented in Cobol (although I do not know if this has been done) so this would be a practical way of developing language processors based on Cobol.

Maginnis wrote a compiler generator in Fortran IV. Due to scarcity of tools for the Apple II at Dept of Health in the 1980′s, I rewrote this in Basic and used it. (In hindsight, I think it is possible that the area I was working in was given non-IBM equipment to work with, e.g. Apple II with no software, on the tacit understanding that nothing useful would be developed. Perhaps a more civilised version of a Siberian labour camp).Duration : 0:0:15

Posted on October 25th, 2007 by admin

Filed under COBOL | No Comments »

HISTORY 002

001 mentioned processors being written in STAGE2.
In particular, we could have a library of pre-written code in STAGE2, available for people to copy and use.
We could also provide pre-written code in COBOL, available for people to copy and use. I have never seen libraries of COBOL source code, available for use by a person writing in COBOL, where the user would use a Cobol command to include the code from the library. Nevertheless, similar things have often been done. (1) People look at existing pieces of code and include them manually by cut and paste. (2) Some program generators, e.g. UNISYS LINC, generate Cobol source code.Duration : 0:0:39

Posted on October 25th, 2007 by admin

Filed under COBOL | No Comments »

Hello World in Cobol With COBOL-WOW and RM/COBOL for Windows

Video showing how to build a Hello World COBOL program using WOW Extensions
El original puede verse en modo Flash en http://www.prorm.com/ejemplos/wow/wowclase1.htmlDuration : 0:2:6

Posted on September 4th, 2007 by admin

Filed under COBOL | 1 Comment »

Dilbert 1×10 – y2K (part 1 of 3)

Wally solving the millennium bugDuration : 0:7:47

Posted on July 26th, 2007 by admin

Filed under COBOL | 25 Comments »

|