In
the previous post I detailed some recent advances in the field of synthetic
biology, and asserted, without saying why, that I don’t think the goal of
creating an artificial living cell is as near as some optimistic researchers
believe, such as Craig Venter.
To
explain why, I’ll make a comparison between a living cell and one of our most
complex artifacts: the computer. A computer consists of the following two main
parts:
- CPU (central processing unit): as its name indicates, it’s the control center and the place where programs are executed. One of its fundamental elements is the machine language, a relatively complex binary code that the circuits of the unit interpret and execute. Every program, in order to run, must be written in machine language.
- Memory. There are several types: hard disk, which stores the programs and data accessed by the computer, including the operating system, although many of them will never be used; cache memory, faster than the hard disk, which stores those programs and data currently being used, to speed up their process; external memories (such as flash memory), used to transmit data and programs from one computer to another, or to save copies in case of loss of information.



