One-dimensional cellular automata: Difference between revisions

m
→‎{{header|jq}}: mention use of recurse to continue until quiescence
(→‎{{header|jq}}: simplify)
m (→‎{{header|jq}}: mention use of recurse to continue until quiescence)
Line 1,898:
 
=={{header|jq}}==
The main point of interest in the following is perhaps the way the built-in function "recurse" is used to continue the simulation until quiescence.
<lang jq># The 1-d cellular automaton:
def next:
2,484

edits