31 AUG 2013 by ideonexus

 COBOL as a Programming Language

I worked with COBOL near the end of my last contract and found aspects of it fascinating compared to today's languages. Everything is about structures that map directly to the bits on disk, with fine grain control on precision and data types. But then the language reads as a series of macros where you don't have to remember the low level details: do this to this, put this here, if this do that. It's also a terribly difficult language to parse because it was designed for ease of use by humans...
Folksonomies: history computer science
Folksonomies: history computer science
  1  notes

Comment captures what's interesting about it historically, how early programmers needed algorithms to handle all the bit-switching.