Enzyme Computer Could Live Inside You
dylanduck writes "New Scientist reports the creation of an enzyme-based computer that performs AND and XOR calculations, and combinations of the two, based on the presence or absence of specific chemicals. If they can be engineered inside living cells, they could measure a patient's metabolism and deliver just the right amount of drug at just the right spot, the researchers reckon. I'm worried about the viruses." Ba-dump *chink*.
Um, the basis of all computers is two gates that allow oposing actions. For example, a Not gate and an OR gate. (And=not(or(not(a),not(b)))) Everything else is built from these gates - so this is already more than enough to build a computer. (Not=xor(a,a)), (or=not(and(not(a),not(b))))
while (sig==sig) sig=!sig;
From the FAQ:
Neat comic strip by Drew Endy: http://mit.edu/endy/www/scraps/comic/AiSB.vol1.pdf