Example centric programming

J Edwards - ACM Sigplan Notices, 2004 - dl.acm.org
ACM Sigplan Notices, 2004dl.acm.org
Programmers tend to understand programs by thinking of concrete examples. Example
Centric Programming seeks to add IDE support for examples throughout the process of
programming. Instead of programmers interpreting examples in their head, the examples are
written down and the IDE interprets them automatically. Advanced UI techniques are used to
present the results closely integrated with the code. Traditionally distinct programming tools
(the editor, Read-Eval-Print-Loop, debugger, and test runner) are unified into a single tool …
Programmers tend to understand programs by thinking of concrete examples. Example Centric Programming seeks to add IDE support for examples throughout the process of programming. Instead of programmers interpreting examples in their head, the examples are written down and the IDE interprets them automatically. Advanced UI techniques are used to present the results closely integrated with the code. Traditionally distinct programming tools (the editor, Read-Eval-Print-Loop, debugger, and test runner) are unified into a single tool that might be called an example-enlightened editor. This is expected to benefit a wide spectrum of programming activities, for both novice and experienced programmers. Some novel methods for testing and development are made possible. In the longer term, example centrism has implications for the design of future programming languages. A prototype has been implemented for Java in Eclipse.
ACM Digital Library