The Programming of Life
I wrote the program (pseudo code) as a joke a couple of years ago. Enjoy (if you can understand it).
God () {
Create new life;
live (life);
}
live (life) {
if ( life.gender == male ) {
attract_female( life );
}else if (life.gender == female) {
attract_male( life );
}
if ( life.hasmate ) && ( life.able ) {
make_babies( life );
}else if ( life.age > life.expectancy ) {
kill( life );
}else {
live (life)
}
}
Posted on October 6th, 2009
Topics: Personal


I’ve been rhyming since I was 11
and will continue to rhyme until I die. My music is music for the mind, music for the heart, and music for the soul. It’s music for me. It’s therapy, it’s self realization, it’s being able to step outside ... 
Leave a Comment or Question