Reading Scripture Recursively

I’m a programmer by trade and so the idea of recursion or looping is something I use all the time. It’s the technique of repeatedly passing through a set of data, usually doing some process on each bit of data as you read it; counting, summing or sorting. The thought of applying that to the Bible isn’t immediately apparent, but there are some parallels. Many Christians set of goal of reading through the entire Bible in a…

Continue reading