How far can you go with simple logic?
By simple I mean small. Maybe a simple for loop or a state machine with less than 10 states. For example game of life has a pretty simple algorithm and It can probably be made in this manner. What about embedded systems though? Most embedded projects I see use the CPU as a data retriever and sender.
I'm doing a research and I would really appreciate some sources. Articles, videos, books whatever.