Brian Kernighan

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Brian Kernighan
Brian Kernighan in 2012 at Bell Labs 1.jpg
Brian Kernighan at Bell Labs in 2012
Born
Brian Wilson Kernighan

(1942-01-01) January 1, 1942 (age 78)[1]
NationalityCanadian
CitizenshipCanada
Alma materUniversity of Toronto
Princeton University (PhD)
Known for
Scientific career
FieldsComputer science
InstitutionsPrinceton University
ThesisSome Graph Partitioning Problems Related to Program Segmentation (1969)
Doctoral advisorPeter Weiner[3]
InfluencedDavid J. Malan[4][5]
Websitewww.cs.princeton.edu/~bwk/

Brian Wilson Kernighan (/ˈkɜːrnɪhæn/; born January 1, 1942)[1] is a Canadian computer scientist.

He worked at Bell Labs and contributed to the development of Unix alongside Unix creators Ken Thompson and Dennis Ritchie.

Kernighan's name became widely known through co-authorship of the first book on the C programming language with Dennis Ritchie. Kernighan affirmed that he had no part in the design of the C language ("it's entirely Dennis Ritchie's work").[6] He authored many Unix programs, including ditroff.

Kernighan is coauthor of the AWK and AMPL programming languages. The "K" of K&R C and the "K" in AWK both stand for "Kernighan".

In collaboration with Shen Lin he devised well-known heuristics for two NP-complete optimization problems: graph partitioning and the travelling salesman problem. In a display of authorial equity, the former is usually called the Kernighan–Lin algorithm, while the latter is known as the Lin–Kernighan heuristic.

Kernighan has been a Professor in the Computer Science Department of Princeton University since 2000. He is also the Undergraduate Department Representative.[7][8]

He also co-authored a book on The Go Programming Language in 2015.

Early life and education[edit]

Brian Kernighan speaks at a tribute to Dennis Ritchie in 2012 at Bell Labs.

Kernighan was born in Toronto. He attended the University of Toronto between 1960 and 1964, earning his Bachelor's degree in engineering physics.[6] He received his PhD in electrical engineering from Princeton University in 1969 for research supervised by Peter Weiner.[3]

Career and research[edit]

Kernighan has held a professorship in the Department of Computer Science at Princeton since 2000. Each fall he teaches a course called "Computers in Our World", which introduces the fundamentals of computing to non-majors.

Kernighan was the software editor for Prentice Hall International. His "Software Tools" series spread the essence of "C/Unix thinking" with makeovers for BASIC, FORTRAN, and Pascal, and most notably his "Ratfor" (rational FORTRAN) was put in the public domain.

He has said that if stranded on an island with only one programming language it would have to be C.[9]

Kernighan coined the term Unix and helped popularize Thompson's Unix philosophy.[10] Kernighan is also known as a coiner of the expression "What You See Is All You Get" (WYSIAYG), which is a sarcastic variant of the original "What You See Is What You Get" (WYSIWYG).[11] Kernighan's term is used to indicate that WYSIWYG systems might throw away information in a document that could be useful in other contexts.

Kernighan's original 1978 implementation of Hello, World! was sold at The Algorithm Auction, the world's first auction of computer algorithms.[12]

In 1996, Kernighan taught CS50 which is the Harvard University introductory course in Computer Science.[5]

Other achievements during his career include:

Publications[edit]

References[edit]

  1. ^ a b Lohr, Steve (31 October 2002). "To the Liberal Arts, He Adds Computer Science". The New York Times. Mr. Kernighan, 60, is a computer scientist
  2. ^ "C" Programming Language: Brian Kernighan - Computerphile on YouTube
  3. ^ a b Kernighan, Brian Wilson (1969). Some Graph Partitioning Problems Related to Program Segmentation (PhD thesis). Princeton University. OCLC 39166855. ProQuest 302450661. (subscription required)
  4. ^ Mendez, Cordelia F. (2014). "This is CS50". thecrimson.com. The Harvard Crimson. Archived from the original on 2017-03-17.
  5. ^ a b Malan, David J. (2010). "Reinventing CS50". Proceeding of SIGCSE '10 Proceedings of the 41st ACM Technical Symposium on Computer Science Education: 152. doi:10.1145/1734263.1734316. ISBN 9781450300063.
  6. ^ a b Dolya, Aleksey (29 July 2003). "Interview with Brian Kernighan". Linux Journal.
  7. ^ Brian Kernighan author profile page at the ACM Digital Library
  8. ^ Brian Kernighan's home page at Princeton University
  9. ^ Budiu, Mihai (July 2000). "An Interview with Brian Kernighan".
  10. ^ a b c d McIlroy, M. D. (1987). A Research Unix reader: annotated excerpts from the Programmer's Manual, 1971–1986 (PDF) (Technical report). CSTR. Bell Labs. 139.
  11. ^ "Brian Kernighan: Geek of the Week". Simple Talk. 2010-05-19. Retrieved 2019-02-05.
  12. ^ "Brian Kernighan – Hello World". Artsy. Artsy. Retrieved 18 June 2015.
  13. ^ D is for Digital: What a well-informed person should know about computers and communications ISBN 1463733895
  14. ^ Brian Kernighan and Alan Donovan (2015) The Go Programming Language ISBN 0134190440
  15. ^ UNIX: A History and a Memoir ISBN 1695978552

External links[edit]