Simula 67 had separate value and reference assignment operators

Simula 67 had two notations for assignment, namely, := for value assignment of basic types and :- for reference assignment of user-defined types.

added 2013-08-24T00:20:07Z by anders

λ-calculus core

At it’s core, the lambda calculus contains only: variable references, single-argument anonymous functions and function calls.

added 2012-03-15T15:43:43Z by anders