Jump to content

Symbolic programming

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Chrismorey (talk | contribs) at 01:34, 7 September 2013 (clarify). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computing, symbolic programming refers to the concept of using programming languages to manipulate formulas and program components as if they themselves are data.[1]

Through symbolic programming, complex processes can be developed that build other more intricate processes by combining smaller units of logic or functionality. Programs can thus effectively modify themselves, and appear to "learn", making them suited for applications such as artificial intelligence, expert systems, natural language processing and computer games.

Languages that support the symbolic programming paradigm include LISP and Prolog.[2]

Notes