Elementary cellular automaton: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
(→‎{{header|Raku}}: Fix up some internal links)
Line 2,246: Line 2,246:
(formerly Perl 6)
(formerly Perl 6)


Using the <tt>Automaton</tt> class defined at [[One-dimensional_cellular_automata#Perl_6]]:
Using the <tt>Automaton</tt> class defined at [[One-dimensional_cellular_automata#Raku]]:


<lang perl6>class Automaton {
<lang perl6>class Automaton {