Single assignment
From Free net encyclopedia
Single assignment is used to describe a programming language or representation in which one can bind a value to a name at most once. Single-assignment languages are often functional languages. Examples include the programming languages Erlang, Haskell, SISAL, the older SASL, and the static single assignment form compiler representation. Single-assignment prevents side effects from occurring.
[edit]
See also