Iterators and Finite State Machines
I have a soft spot for iterators. An iterator is an abstraction in programming that represents a sequence of values that can be iterated (looped) over one at a time. It provides a way to access elements in a collection, data structure, or sequence without exposing the underlying details of how the elements are stored…
Hello World!
This is a long-overdue instantiation of my website. I plan on hosting “Just The Recipe (Nothing Else)”, various code projects, and other eccentricities. Let’s say Hello World in a bunch of different languages: