Programming by example: Difference between revisions

Content deleted Content added
Toomim (talk | contribs)
No edit summary
Artaxiad (talk | contribs)
No edit summary
Line 1:
{{computer-stub}}
''Programming by Example'' (also known as ''Programming by Demonstration'' or more generally as ''Demonstrational Programming'') is a technique for teaching the computer new behavior by demonstrating actions on concrete examples. The system records user actions and generalizes a program that can be used in new examples.