6
Cruiser
8y

You ever wonder if we'll have jobs once quantum computers are the norm? How do you program a bit that's both on and off?

Comments
  • 3
    By the time they're the norm we'll probably be dead or close to it. Quantum computing has a very very long way to go
  • 3
    @Cruiser, It's simple, just use JavaScript.
  • 1
  • 0
    Easy peasy:

    if (on) {
    do something;
    else {
    do something else;
    }

    Maybe we need to work in a Schrödinger's cabin. :P
  • 0
    sterex, the problem is both those blocks get executed at the same time in a quantum model. program flow goes out the window.
Add Comment