Lets say I’m some hugely intelligent super-datamancer (not a hard thing to imagine) and I one day decide to create a simulated ‘universe.’ Now I could take what’s already around me, and use their outward forms to simulate in this sub-dimension things similar to what I already see. I could take the underlying rules of this dimension and simulate them in my computer. Or I could just think of new things (create) that are not possible in my world and bring them to life in another world that I designed. Probably I would use a combination of those things.
I’d probably start by developing some algorithm to populate the Simverse in a few fairly predictable ways. Lets say I have a two dimensional world, a basic formula or algorithm I could use is say “abs(sqrt(x))” Now this algorithm is based on math, and everyone knows math represents a universal language. So even the most peon-minded readers of this humble blog must admit that this very algorithm is essentially a language, the very words of its creator, and that these words spoke something into existence. Lets say I create a more complicated graph, but still very simple to implement: http://en.wikipedia.org/wiki/Mandelbrot_set
This would not be a hard thing to imagine, I mean I’ve made various computer programs to process tons of data, using a variety of algorithms to make a choice. When I was a younger-data nerd I have crafted a simulated Earths (SimEarth!) full of artificial life. These e-creatures could be paused, sped-up, squished, moved, downloaded, saved, backed-up, transferred, etc.etc. The more complicated algorithms in the program were fairly simple to implement, I mean I was running it on a 386. It wasn’t that complicated to ‘speak’ a world into existence and run it on a simple machine.
Ultimately when I read the passages of the Bible, it doesn’t seem impossible or even improbable that this Universe was spoken into existence. Taken Genesis 3 (NIV): ‘And God said, “Let there be light,” and there was light.”’ This clearly describes a data-nerd creating a situation in which he turns a simulation on and originally populates it with energy. The Bible might as well said (this is CreationPseduo Code by the way):
void CREATE (
Universe ThreeD[ ][ ][ ] = new Universe[x][y][z]; //create Universe object
int t = 1; // smallest unit of time // plank time of course.
initialE = 10^x; // initial energy deposited into our world
While t <= MaxTime (
/* exponential inflation and all of physics,
which I’m not going to even attempt to code here */
) // end while loop
)// end creation
I mean, its not like God could have explained that any better to a bunch of scruff-looking nerf herders in the desert. Showing them the code He used to create the world would have been utterly incomprehensible then, and likely just as unknowable now. God phrasing creation as ‘speaking’ the Universe into existence makes sense then and now.
Here is another passage that I think highlights what I’m trying to say, and it comes from Hewbrews 11:3 “ By faith we understand that the universe was created by the word of God, so that what is seen was not made out of things that are visible.” Again, the word of God, (aka algorithms which are not ‘visible’ per se), brings something into sight. Another passage I really enjoy comes from John 1. “1 In the beginning was the Word, and the Word was with God, and the Word was God. 2 He was with God in the beginning. 3 Through him all things were made; without him nothing was made that has been made. 4 In him was life, and that life was the light of all mankind. “ … and later… “The Word became flesh and made his dwelling among us.”
It is not shocking or improbable for me to have faith that Words can bring forth life.