Daniel P. Friedman

From Wikipedia, the free encyclopedia
Daniel Paul Friedman.
Born1944 (age 79–80)
Alma materUniversity of Houston[1]
Known forProgramming Languages
Scientific career
FieldsComputer Science

Daniel Paul Friedman (born 1944) is a professor of Computer Science at Indiana University in Bloomington, Indiana. His research focuses on programming languages, and he is a prominent author in the field.

With David Wise, Friedman wrote a highly influential paper on lazy programming, specifically on lazy streams (ICALP 1976). The paper, entitled "Cons should not evaluate its arguments," [2] is one of the first publications pushing for the exploration of a programming style with potentially infinite data structures and a form of programming that employs no computational effects (though programs may diverge). Over the 1970s, Friedman and Wise explored the topic in depth and also considered extensions to the world of parallel computing.

In the 1980s, Friedman turned to the study of the Scheme programming language. He explored the use of macros for defining programming languages; with Eugene Kohlbecker, Matthias Felleisen, and Bruce Duba, he co-introduced the notion of hygienic macros in a 1986 LFP paper that is still widely cited today.[3] With Christopher T. Haynes and Mitchell Wand, he simultaneously studied the nature of continuation objects, their uses, and the possibilities of constraining them.[4] Following that, Friedman and Felleisen introduced a lambda calculus with continuations and control operators.[5]

References[edit]

  1. ^ "An Evening with Dan Friedman". April 6, 2016. Archived from the original on March 11, 2018. Retrieved September 11, 2017 – via Vimeo.
  2. ^ Friedman, Daniel P. (1976). "Cons should not evaluate its arguments". ICALP. {{cite journal}}: Cite journal requires |journal= (help)
  3. ^ Friedman, Daniel P. (1986). "Hygienic Macros". ACM Lisp and Functional Programming. {{cite journal}}: Cite journal requires |journal= (help)
  4. ^ Friedman, Daniel P. (1984). "Constraining Control". ACM Principles of Programming Languages. {{cite journal}}: Cite journal requires |journal= (help)
  5. ^ Friedman, Daniel P. (1986). "Reasoning with Continuations l". IEEE Logic in Computer Science. {{cite journal}}: Cite journal requires |journal= (help)

Books[edit]

Daniel P. Friedman is the author or co-author of the following books:

External links[edit]