1D cellular automata in Perl 6

For scripts to aid with computation or simulation in cellular automata.
Post Reply
User avatar
Apple Bottom
Posts: 1034
Joined: July 27th, 2015, 2:06 pm
Contact:

1D cellular automata in Perl 6

Post by Apple Bottom » December 7th, 2018, 4:47 am

Spotted over in the Perl 6 Advent Calendar blog: Day 7 – Automatic on a Cellular Level:
In today’s advent calendar post we’ll explore what you might call the simplest automatons. We’ll string the fields up like beads on a string, and we’ll try a neighborhood or two and a few different state sets.

To make things interesting for those at home, I’ll be giving you links that let you run example code right here in your browser, or at home with your local perl6 compiler!
It's primarily about 1D CAs, but mentions Conway Life and others. Hashlife and the OCTA metapixel get a shout-out, too.
If you speak, your speech must be better than your silence would have been. — Arabian proverb

Catagolue: Apple Bottom • Life Wiki: Apple Bottom • Twitter: @_AppleBottom_

Proud member of the Pattern Raiders!

Post Reply