Comment on Conway's Game Of Life in one line of APLparentComments−gvb16ylife ← {⊃ 1 ω ∨ . ∧ 3 4 = +/ +⌿ 1 0 ~ 1 ∘ . Θ 1 - ~1 Φ" ⊂ ω}(all typos are mine, not the author's)−spc47616yIt took a few minutes (and looking closely at the video) but I think this is what he typed:life ← { ⊃ 1 ω ∨ . ∧ 3 4 = +/ +⌿ 1 0 ‾1 ∘.θ 1 - ‾1 Φ″ ⊂ ω }−gvb16yThe actual source can be found at http://www.dyalog.com/dfnsdws/c_life.htm
Comments
life ← {⊃ 1 ω ∨ . ∧ 3 4 = +/ +⌿ 1 0 ~ 1 ∘ . Θ 1 - ~1 Φ" ⊂ ω}
(all typos are mine, not the author's)
It took a few minutes (and looking closely at the video) but I think this is what he typed:
life ← { ⊃ 1 ω ∨ . ∧ 3 4 = +/ +⌿ 1 0 ‾1 ∘.θ 1 - ‾1 Φ″ ⊂ ω }
The actual source can be found at http://www.dyalog.com/dfnsdws/c_life.htm