Electronic/World Wide Web>Message Posted to a Newsgroup:  zackmorris, (08/31/2013), Grace Hopper (wikipedia.org), Retrieved on 2013-08-31
  • Source Material [news.ycombinator.com]
  • Folksonomies: computer science

    Memes

    31 AUG 2013

     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.

    Parent Reference