Slashdot Mirror


Quantum Computing Programming Language

William Walker writes "The Economist has an article in its new issue describing attempts to write a programming language for quantum computers, if and when they appear. It does a good job of putting the challenges of qubits versus regular bits into layman's terms. ... The original paper is here."

8 of 232 comments (clear)

  1. Future work... by Cutriss · · Score: 5, Funny

    Port Slashcode to this, and we'll have FP comments *before* the articles appear!

    --
    "Mod, mod, mod...and another troll bites the dust."
    1. Re:Future work... by br0ck · · Score: 5, Funny

      But, luckily, as soon as they're observed they'll disappear.

  2. Heisenberg says... by pr0nbot · · Score: 5, Funny

    attempts to write a programming language for quantum computers, if and when they appear

    Just don't observe them and they will appear!

  3. Re:Q! by __aaklbk2114 · · Score: 5, Funny

    Better yet, Q#: the fastest way to negate any speed improvments gained by quantum computers.

  4. Sample line of code by jamesmartinluther · · Score: 5, Funny

    my $cat = new Cat('Felix');
    my $occupants = [$cat];
    my $room = new Room($occupants);
    $room->kill_occupant($cat);

    # is he dead?
    $room->status_occupant($cat);
    # doh!

    - James

  5. Re:A name for the new quantum language by OECD · · Score: 5, Funny

    In honor of Schrodinger: c@

    --
    One man's -1 Flamebait is another man's +5 Funny.
  6. Curse my physics background! by dabootsie · · Score: 5, Funny

    If I didn't know the difference between quantum superposition and tachyons, I'd probably have found that funny too.

  7. Sample code: by Anonymous Coward · · Score: 5, Funny

    if(1 && 0)
    {
    DoBothBranches();
    }
    else
    {
    DoBothBranchesAnyways();
    }
    else
    {
    WhatTheHellIsGoingOn();
    goto PrintAnswerToQuestionYouWereThinkingOf();
    }