Lukas' Notes

Prefix Notation

Feb 25, 20261 min read

languages

Definition

Prefix Notation

Prefix notation is a notation for expressions of a term languages where the operators are placed before the terms.

Example:

∧ab

where a,b are terms and ∧/2 is an operator.

The prefix notation is primarily used for functions and predicates.


Graph View

Backlinks

  • Term Language

Created with Quartz v4.4.0 © 2026

  • GitHub