Why I’ll never set foot in a Star Trek transporter

Transporter software snippet:

$dusty = new Person($attributes, $experiences, $startLocation);

$dusty = transport($dusty, $newLocation)

function transport($person, $newLocation)
{
   return new Person($person->attributes, $person->experiences, $newLocation);
}
This entry was posted in Random Thoughts & Going Ons and tagged . Bookmark the permalink.

One Response to Why I’ll never set foot in a Star Trek transporter

  1. Ryan Campbell says:

    My thoughts exactly. Why would I want someone else to live out my life?

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>