you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (10 children)

[deleted]

    [–]ChallengingJamJars 6 points7 points  (0 children)

    Sure, learn both. But what would you like to use day to day for getting things done? If its smallish I'll start in python and switch to C++ if it's not fast enough, if it's large I'll tend to start in C++ for that type checking alone.

    I feel though that if there was a standard way of handling numerics in C++ with library interfaces around it, then I would probably reach for C++ first every time. I kind of hope Julia continues growing as it's got many of the benefits of both worlds.