From CLAWs olden times wiki archive

TheTome: GodIsAProgrammer

The mystery has been solved.

The reason why only 30% of human DNA performs any useful function is that the rest of it is comments.

Once we decode a typical human genome, we see that the contents begin as follows:

/* HUMAN_DNA.H
/* Revision history:
/* Standard definitions
#define SEX male
  1. define HEIGHT 1.84
  2. define MASS 68
  3. define RACE caucasian
/* Include inherited traits from parent DNA files.
#include "mother.h"
  1. include "father.h"
#ifndef FATHER
  1. warn("Father unknown -- guessing\n")
  2. include "bastard.h"
  3. endif
/* Set up sex-specific functions and variables
  1. include
/* Kludged code -- I'll re-design this lot and re-write it as a proper struct genitals {
  1. ifdef MALE
Penis *jt;
  1. endif
/* G_spot *g; Removed for debugging purposes */
  1. ifdef FEMALE
Vagina *p;
  1. endif
}
/* Initialization bootstrap routine -- called before DNA duplication. DNA *zygote_initialize(Sperm *, Ovum *);
/* MAIN INITIALIZATION CODE Characteristic *lookup_phenotype(Identifier *i);

...and so on.

Note that the Creator uses three-space tabs ?

Retrieved from http://claws.za.net/wikiarchive/TheTome/GodIsAProgrammer
Page last modified on January 01, 1970, at 12:00 AM