# Pastebin UFgYB1LI Binding versus assignment: Both classes of language have the same two mechanisms for associating values with variables: parameter binding and variable assignment. However, there are differences in frequency of useage. Algol-family languages tend to encourage the use of assignment statements; Lisp languages tend to encourage binding.