• Loop Nazi (unregistered)

    How could he not notice the REAL problem here? It's using the encoding UTF-8. Clearly, an application this enterprisey should be using the WTF-8 encoding. Or WTF-16 if you want to be forward- and sideways-compatible with our east Asian neighbors.

  • No-thanks (unregistered) in reply to lantastik

    what do you mean by that?

  • (cs)

    WTF? How did he ever get past the "database" stage? I would have taken one look at the "database" another look at the original code, and shrugged my shoulders and decided the original code worked...

  • merl (unregistered) in reply to lantastik

    As soon as he exceeded the 8 lines that were hardcoded, he shold have stopped.

    Where's the sanity checking?

  • Rich (unregistered)

    Using XML to create programming languages makes me cringe.

  • (cs)

    i think i missed it; can anybody point what is Brilliant about the language?

    Probably know why his predecessor left too...

  • Dan Neely (unregistered) in reply to icelava
    icelava:
    i think i missed it; can anybody point what is Brilliant about the language?

    Probably know why his predecessor left too...

    As posted on the last page, by Fred Saw. Not Brilliant, brillant

  • Doc Monster (unregistered) in reply to lantastik
    lantastik:
    Agreed. If I don't understand why something was done the way it was. I don't automatically assume I know better without asking someone first. Contrary to popular belief, asking questions does not make you look stupid. In most cases, it makes you look smarter.
    If only the original coder had left some documentation saying why loops weren't used, then nobody would have had to look stupid.

    DM

  • NiceWTF (unregistered) in reply to Hans
    Hans:
    One of the reasons I like C++ (rather than "language of the week X") is that it has a solid background, based on both theory and experience.

    C++ has a solid background based on theory!?!? Please someone pinch me, I must be dreaming.

    Perhaps you misspelled "pragmatism".

    Check out the C++ Frequently Questioned Answers site for a nice explanation of all the WTF's found in the C++ language.

  • bull (unregistered)

    Really brilliant

  • joe_bruin (unregistered)

    Looping is slow and expensive, the writers of BrilliantML knew this. Think of this as a way of doing explicit loop unrolling to increase performance.

Leave a comment on “No Loop For You!”

Log In or post as a guest

Replying to comment #166551:

« Return to Article