Question about programming languages

Discussion in 'Trading Software' started by ProgrammerGuy, Aug 15, 2007.

  1. I'm doing a project for something other than trading, however there seems to be a lot of knowledge regarding programming languages.


    The ones that I have are Delphi, C++, and C#.

    For this project I am currently working on Speed is very very very very very important. Which is my best option?
     
  2. Fortran!

    Seriously though, probably C++ or C. To some extent it depends on what the project is. A bit of a summary would help.
     
  3. Delphi's pretty fast.

    C++ is a no brainer.

    C# is weaker compared to the other 2 choices.

    Seemingly, the OP is asking a question that is pretty obvious...

    :confused: :confused: :confused:
     
  4. erToo

    erToo

    I don't think they have worked the bugs out of that yet. Stick with Assembler!
     
  5. GTS

    GTS

    If you don't know the answer to that question then it is unlikely that you will do very well in optimizing your project for speed. The compiler can only do so much.
     
  6. rosy2

    rosy2

    for you i assume it doesnt matter. just get a faster computer or network.
     
  7. andread

    andread

    ah, now I get it. I thought that Speed, with capital s, was a sort of framework or tool.

    Go for C++. Not sure about delphi
     
  8. maxpi

    maxpi

    Not sure about compilers but modern assemblers will get you very, very nearly as efficient regarding lines of code and speed as the best you can do by yourself.
     
  9. nidarian

    nidarian

    Stick to .net, its fast enough for even the high end trading app so should be fine for what you need. You will also save yourself years of time and money debugging using older technologies.
     
    #10     Aug 15, 2007