Skip to main content

Showing 1–2 of 2 results for author: Lampson, B

Searching in archive cs. Search in all archives.
.
  1. arXiv:2011.02455  [pdf

    cs.DC cs.OS cs.SE

    Hints and Principles for Computer System Design

    Authors: Butler Lampson

    Abstract: This new long version of my 1983 paper suggests the goals you might have for your system -- Simple, Timely, Efficient, Adaptable, Dependable, Yummy (STEADY) -- and techniques for achieving them -- Approximate, Incremental, Divide & Conquer (AID). It also gives some principles for system design that are more than just hints, and many examples of how to apply the ideas.

    Submitted 20 May, 2021; v1 submitted 3 November, 2020; originally announced November 2020.

    Comments: There is also a short version of this paper, about half the length of this one

  2. arXiv:1209.3811  [pdf, other

    cs.AI

    Textual Features for Programming by Example

    Authors: Aditya Krishna Menon, Omer Tamuz, Sumit Gulwani, Butler Lampson, Adam Tauman Kalai

    Abstract: In Programming by Example, a system attempts to infer a program from input and output examples, generally by searching for a composition of certain base functions. Performing a naive brute force search is infeasible for even mildly involved tasks. We note that the examples themselves often present clues as to which functions to compose, and how to rank the resulting programs. In text processing, w… ▽ More

    Submitted 17 September, 2012; originally announced September 2012.