LOGO

From LOGO promotional material: The fun and easy programming language for all ages. Yes the turtle that draws! Beginners can learn it within minutes, yet LOGO is far from a simple language. It is as powerful as any other language. The language was based on LISP and designed to teach…

Continue reading

SIMULA

The SIMULA programming language was designed and built by Ole-Johan Dahl and Kristen Nygaard at the Norwegian Computing Centre (NCC) in Oslo between 1962 and 1967. It was originally designed and implemented as a language for discrete event simulation, but was later expanded and reimplemented as a full scale general…

Continue reading

BASIC

BASIC (Beginner’s All Purpose Symbolic Instruction Code) is a system developed at Dartmouth College in 1964 under the directory of J. Kemeny and T. Kurtz. It was implemented for the G.E.225. It was meant to be a very simple language to learn and also one that would be easy to…

Continue reading

LISP

The LISP programming language was invented by John McCarthy at MIT in 1958. Since it’s inception, it has been closely related with artificial intelligence research. It used many principles from the first AI language, Information Processing Language. He published a paper showing that one could build an entire language using…

Continue reading

FORTRAN

There is a debate about who designed the first high-level programming language, i.e. the first one to be compiled. FORTRAN is usually credited, Knuth and Pardo in 1977 credit Alick E. Glennie for his Autocode compiler for the Manchester I computer in 1952. Backus gives credit to Laning and Zierler…

Continue reading

COBOL

COBOL (Common Business Oriented Language) was one of the earliest high-level programming languages. It was developed in 1959 by a group of computer professionals called the Short Range Commitee, a group formed by a Pentagon meeting to find a short range solution to a common business language. There were other…

Continue reading