Particle automaton

From Esolang
Jump to navigation Jump to search

A particle automaton is a cellular automaton that exhibits conservation of state; that is, state can neither be created nor destroyed; the number of cells in a given state will remain the same throughout the life of the automaton.

Most esoteric programming languages which are based on particle automata are not true particle automata, in that they allow some of their state to sometimes be created or destroyed.

See also