Programming Constructs History

Posted by kunjaan on Stack Overflow See other posts from Stack Overflow or by kunjaan
Published on 2010-04-25T22:27:22Z Indexed on 2010/04/25 22:33 UTC
Read the original article Hit count: 372

I need some help in figuring out which language introduced the constructs that we use everyday.

For example:

Constructs Introduced from LISP

  • If-Else Block :"The ubiquitous if-then-else structure, now taken for granted as an essential element of any programming language, was invented by McCarthy for use in Lisp, where it saw its first appearance in a more general form (the cond structure). It was inherited by Algol, which popularized it. " - WikiPedia

  • Function Type : Functions as first class citizens.

  • Garbage Collection

© Stack Overflow or respective owner

Related posts about programming-languages

Related posts about programming-history