scispace - formally typeset
Open AccessJournal ArticleDOI

The emperor's old clothes

C. A. R. Hoare
- 01 Feb 1981 - 
- Vol. 24, Iss: 2, pp 75-83
Reads0
Chats0
TLDR
The 1980 ACM Turing Award was presented to Charles Antony Richard Hoare, Professor of Computation at the University of Oxford, England, by Walter Carlson, Chairman of the Awards Committee, at the ACM Annual Conference in Nashville, Tennessee, October 27, 1980.
Abstract
The 1980 ACM Turing Award was presented to Charles Antony Richard Hoare, Professor of Computation at the University of Oxford, England, by Walter Carlson, Chairman of the Awards Committee, at the ACM Annual Conference in Nashville, Tennessee, October 27, 1980. Professor Hoare was selected by the General Technical Achievement Award Committee for his fundamental contributions to the definition and design of programming languages. His work is characterized by an unusual combination of insight, originality, elegance, and impact. He is best known for his work on axiomatic definitions of programming languages through the use of techniques popularly referred to as axiomatic semantics. He developed ingenious algorithms such as Quichsort and was responsible for inventing and promulgating advanced data structuring techniques in scientific programming languages. He has also made important contributions to operating systems through the study of monitors. His most recent work is on communicating sequential processes. Prior to his appointment to the University of Oxford in 1977, Professor Hoare was Professor of Computer Science at The Queen's University in Belfast, Ireland, from 1968 to 1977 and was a Visiting Professor at Stanford University in 1973. From 1960 to 1968 he held a number of positions with Elliott Brothers, Ltd., England.

read more

Citations
More filters
Journal ArticleDOI

Redundancy in model specifications for discrete event simulation

TL;DR: It is demonstrated that automated elimination of redundancy can actually improve model execution time, suggesting that modeling methodologies with automated model diagnosis can significantly reduce both execution and developments time and cost.

Estranging information : media art’s pedagogical potential in the age of information capitalism

Kevin Day
TL;DR: In this paper, the authors present a Table of Table of contents of a table of contents: http://www.tableoffeatures.org/table-of-content.html
Proceedings Article

Interactive worst-case execution time analysis of hard real-time systems

TL;DR: This dissertation proposes a variety of methods for making WCET analysis interactive, beginning with a simplification of the problem by relying on Java-based microprocessors to eliminate many sources of unpredictability, and presents contributions in a bottom-up fashion.
Journal ArticleDOI

Perpetual development: A model of the Linux kernel life cycle

TL;DR: The evolution of the Linux kernel is used as the basis for the formulation of a perpetual development model, integrating the progress in time with growth of the codebase, and differentiating between development of new functionality and maintenance of production versions.
Dissertation

Generic Proof Tools and Finite Group Theory

TL;DR: In this paper, Canonical Structures, a programming language construct of the Coq proof assistant equivalent to the notion of type classes, are used for developping hierarchies of mathematical structures using dependent records.
References
More filters
Journal Article

An Axiomatic Basis for Computer Programming

Journal ArticleDOI

Recursive functions of symbolic expressions and their computation by machine, Part I

TL;DR: A programming system called LISP (for LISt Processor) developed for the IBM 704 computer by the Artificial Intelligence group at M.I.T. was designed to facilitate experiments with a proposed system called the Advice Taker, whereby a machine could be instructed to handle declarative as well as imperative sentences and could exhibit "common sense" in carrying out its instructions.
Book

The calculi of lambda-conversion

TL;DR: The Calculi of Lambda Conversion as discussed by the authors is a book about Lambda conversion with a focus on the Lambda transformation process, and it is available in bookstores. (AM-6)
Journal ArticleDOI

The Mechanical Evaluation of Expressions

P. J. Landin
- 01 Jan 1964 - 
TL;DR: It is shown how some forms of expression in current programming languages can be modelled in Church's X-notation, and a way of "interpreting" such expressions is described, which suggests a method of analyzing the things computer users write.