Jump to content

Symbolic language (programming)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cypherquest (talk | contribs) at 19:38, 23 March 2019 (initial article to assist with list of missing computer programming terms at https://en.wikipedia.org/wiki/Wikipedia:Missing_science_topics/List). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computer science, a symbolic language is a language that uses characters or symbols to represent concepts, such as mathematical operations and the entities (or operands) on which these operations are performed.[1]

Modern programming languages use symbols to represent concepts and/or data and are therefore, examples of symbolic languages.[1]

Some programming languages (such as Lisp and Mathematica) make it easy to represent higher-level abstractions as expressions in the language, enabling symbolic programming.[2], [3]

See also

References

  1. ^ a b "symbolic language Definition from PC Magazine Encyclopedia". www.pcmag.com. Retrieved 2019-03-23.
  2. ^ "Bret Victor, beast of burden". worrydream.com. Retrieved 2019-03-23.
  3. ^ "Symbolic Programming Visualized—Wolfram Blog". Retrieved 2019-03-23.

Common LISP: A Gentle Introduction to Symbolic Computation - Carnegie Mellon University