The Universe, as pseudo-code.

class Universe(){

	include("quantum.object.inc");
	include("bigBang.function.inc");

	function Universe(){

		var bigBang = new bigBang();

		while(bigBang->happening()){
			calculateQuanta();
		}

		if(!bigBang->happening()){

			exit();

		}

	}

}

Popularity: 26% [?]

1 comment to The Universe, as pseudo-code.

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>