Carl Hewitt

Carl Hewitt

Carl Hewitt in 2008
Thesis Description and Theoretical Analysis (Using Schemata) of PLANNER, A Language for Proving Theorems and Manipulating Models in a Robot (1971)
Doctoral advisor Seymour Papert
Doctoral students Henry Baker
Gul Agha
Website
https://plus.google.com/+CarlHewitt-StandardIoT

Carl Eddie Hewitt (/ˈhjɪt/) is a computer scientist who designed the Planner programming language for automated planning[1] and the Actor model of concurrent computation,[2] which have been influential in the development of both logic programming and object-oriented programming. Planner was the first programming language based on procedural plans invoked using pattern-directed invocation from assertions and goals. The Actor model influenced the development of the Scheme programming language[3] and the π calculus,[4] and served as an inspiration for several other programming languages.[5] His publications also include contributions in the areas of open information systems,[6] organizational and multi-agent systems,[7] logic programming,[1] concurrent programming languages, direct inference[8] and client cloud computing.[9]

Education and career

Hewitt obtained his PhD in mathematics at MIT in 1971, under the supervision of Seymour Papert, Marvin Minsky, and Mike Paterson. Hewitt started his employment at MIT in 1971.[10] He retired from the faculty of the MIT Department of Electrical Engineering and Computer Science during the 1999-2000 school year.[11] Among the doctoral students that Hewitt supervised during his time at MIT are Professor Gul Agha, Dr. Henry Baker, Professor William Clinger, Dr. Irene Greif, and Professor Akinori Yonezawa.[12]

From September 1989 to August 1990, Hewitt was the IBM Chair Visiting Professor in the Department of Computer Science at Keio University in Japan.[13] He has been a Visiting Professor at Stanford University. In 2000, he became emeritus in the EECS department at MIT.[14]

Research

Hewitt's research has spanned a range of topics generally concerning the Procedural Embedding of Knowledge.

Planner

The Planner language was developed during the late 1960s as part of Hewitt's doctoral research in MIT's Artificial Intelligence Laboratory. Hewitt's work on Planner introduced the notion of the "procedural embedding of knowledge",[15] which was an alternative to the logical approach to knowledge encoding for artificial intelligence pioneered by John McCarthy.[16] Planner has been described as "extremely ambitious".[17] A subset of Planner called Micro-Planner was implemented at MIT by Gerry Sussman, Drew McDermott, Eugene Charniak and Terry Winograd[18] and was used in Winograd's SHRDLU program,[19] Charniak's natural language story understanding work,[20] and L. Thorne McCarty's work on legal reasoning.[21] Planner was almost completely implemented in Popler[22] by Julian Davies at Edinburgh, where (together with earlier work at Edinburgh on Pico-Planner by Bruce Anderson[23]) it influenced Robert Kowalski and Pat Hayes in the development of ideas that later became Prolog.[24][25] Planner also influenced the later development of other AI research languages such as Muddle and Conniver,[17] as well as the Smalltalk object-oriented programming language.[26]

Hewitt's own work on Planner continued with Muddle (later called MDL), which was developed in the early 1970s by Sussman, Hewitt, Chris Reeve, and David Cressey as a stepping-stone towards a full implementation of Planner. Muddle was implemented as an extended version of Lisp, and introduced several features that were later adopted by Conniver, Lisp Machine Lisp, and Common Lisp.[17] However, in late 1972 Hewitt abruptly halted his development of the Planner design in his thesis, when he and his graduate students invented the Actor model of computation.

Actor model

Main article: Actor model

Hewitt's work on the Actor model of computation has spanned over 30 years, beginning with the introduction of the model in a 1973 paper authored by Hewitt, Peter Bishop, and Richard Steiger,[27] and including new results on Actor model semantics published as recently as 2006.[28] Much of this work was carried out in collaboration with students in Hewitt's Message Passing Semantics Group at MIT's Artificial Intelligence Lab.[29]

Sussman and Steele developed the Scheme programming language in an effort to gain a better understanding of the Actor model. However, their Scheme interpreter was not capable of fully implementing the Actor model because Actor customers cannot be implemented as lambda calculus continuations and Actors can change their local state in a way that is impossible in the lambda calculus [30][31] A number of programming languages were developed to specifically implement the Actor model, such as ACT-1,[32] SALSA,[33] Caltrop,[34] E[5] and ActorScript.[35] The Actor model also influenced the development of the π-calculus.[36] (See Actor model and process calculi history.)

Selected works

See also

References

  1. 1 2 Carl Hewitt. PLANNER: A Language for Proving Theorems in Robots IJCAI. 1969.
  2. Filman, Robert; Daniel Friedman (1984). "Actors". Coordinated Computing - Tools and Techniques for Distributed Software. McGraw-Hill. p. 145. ISBN 0-07-022439-0. Carl Hewitt and his colleagues at M.I.T. are developing the Actor model.
  3. Krishnamurthi, Shriram (December 1994). "An Introduction to Scheme". Crossroads 1 (2): 19. doi:10.1145/197149.197166.
  4. Milner, Robin (January 1993). "ACM Turing Award Lecture: The Elements of Interaction" (PDF). Communications of the ACM 36 (1): 78. doi:10.1145/151233.151240.
  5. 1 2 Mark S. Miller (2006). "Robust Composition - Towards a Unified Approach to Access Control and Concurrency Control" (PDF). PhD dissertation. Johns Hopkins University. Retrieved 2007-05-26.
  6. Carl Hewitt (1986). "Offices Are Open Systems". ACM Trans. Inf. Syst. 4 (3): 271–287. doi:10.1145/214427.214432.
  7. Jacques Ferber (1999). Multi-Agent Systems: An Introduction to Distributed Artificial Intelligence. Addison-Wesley.
  8. Hewitt, Carl (2008). "Large-scale Organizational Computing requires Unstratified Reflection and Strong Paraconsistency". In Sichman, Jaime; Noriega, Pablo; Padget, Julian; Ossowski, Sascha. Coordination, Organizations, Institutions, and Norms in Agent Systems III. Springer-Verlag. ISBN 978-3-540-79002-0.
  9. Carl Hewitt (September–October 2008). "ORGs for Scalable, Robust, Privacy-Friendly Client Cloud Computing". IEEE Internet Computing 12 (5).
  10. MIT News Office (April 10, 1996). "Quarter Century Club inducts 73 new members". Retrieved 2007-06-19.
  11. John V. Guttag (2000). "MIT Reports to the President 1999–2000 - Department of Electrical Engineering and Computer Science". Retrieved 2007-06-19.
  12. Carl Hewitt (2007). "Academic Biography of Carl Hewitt". Retrieved 2007-11-22.
  13. Ryuichiro Ohyama (1991). "Department of Computer Science-Recent and Current Visiting Professors". Retrieved 2007-06-19.
  14. "Stanford EE Computer Systems Colloquium". Stanford University. Retrieved 30 July 2011.
  15. Carl Hewitt. Procedural Embedding of Knowledge In Planner IJCAI. 1971.
  16. Philippe Rouchy, Aspects of PROLOG History: Logic Programming and Professional Dynamics, TeamEthno-Online Issue 2, June 2006, 85-100.
  17. 1 2 3 Sussman, Gerald Jay; Guy L. Steele (1998). "The First Report on Scheme Revisited" (PDF). Higher-Order and Symbolic Computation (Boston: Kluwer Academic Publishers) 11 (4): 399–404. doi:10.1023/A:1010079421970. Retrieved 2009-01-03.
  18. Gerry Sussman and Terry Winograd. Micro-planner Reference Manual AI Memo No, 203, MIT Project MAC, July 1970.
  19. Terry Winograd. Procedures as a Representation for Data in a Computer Program for Understanding Natural Language MIT AI TR-235. January 1971.
  20. Marvin Minsky and Seymour Papert. “Progress Report on Artificial Intelligence” MIT AI Memo 252. 1971.
  21. L. Thorne McCarty. "Reflections on TAXMAN: An Experiment on Artificial Intelligence and Legal Reasoning" Harvard Law Review. Vol. 90, No. 5, March 1977
  22. Julian Davies. Popler 1.6 Reference Manual University of Edinburgh, TPU Report No. 1, May 1973.
  23. Bruce Anderson. Documentation for LIB PICO-PLANNER School of Artificial Intelligence, Edinburgh University. 1972.
  24. Carl Hewitt (2009). "Middle History of Logic Programming: Resolution, Planner, Prolog and the Japanese Fifth Generation Project". arXiv:0904.3036 [cs.LO].
  25. Robert Kowalski Predicate Logic as Programming Language IFIP'74.
  26. Kay, Alan; Stefan Ram (2003-07-23). "E-Mail of 2003-07-23". Dr. Alan Kay on the Meaning of “Object-Oriented Programming”. Retrieved 2009-01-03.
  27. Carl Hewitt; Peter Bishop & Richard Steiger (1973). "A Universal Modular Actor Formalism for Artificial Intelligence". IJCAI.
  28. Carl Hewitt What is Commitment? Physical, Organizational, and Social COIN@AAMAS. April 27, 2006.
  29. Mark S. Miller. "Actors: Foundations for Open Systems". Retrieved 2007-06-20.
  30. Hewitt, Carl (2010). "Actor Model of computation". arXiv:1008.1459 [cs.PL].
  31. Sussman, Gerald Jay; Guy L. Steele (1998). "The First Report on Scheme Revisited" (PDF). Higher-Order and Symbolic Computation (Boston: Kluwer Academic Publishers) 11 (4): 399–404. doi:10.1023/A:1010079421970.
  32. Henry Lieberman, "Concurrent Object-Oriented Programming in Act 1", In Object-Oriented Concurrent Programming, A. Yonezawa and M. Tokoro, eds., MIT Press, 1987.
  33. C. Varela and G. Agha. Programming Dynamically Reconfigurable Open Systems with SALSA. OOPSLA 2001 Intriguing Technology Track. ACM SIGPLAN Notices, 36(12):20-34, December 2001.
  34. Johan Eker; Jörn W. Janneck. "An introduction to the Caltrop actor language" (PDF). Retrieved 2007-06-20.
  35. Hewitt, Carl (2010). "ActorScriptTM extension of C#TM>, JavaTM, andObjective CTm". arXiv:1008.2748 [cs.PL].
  36. Robin Milner Elements of interaction: Turing award lecture CACM. January 1993.

External links

This article is issued from Wikipedia - version of the Thursday, March 31, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.