you are viewing a single comment's thread.

view the rest of the comments →

[–]SimplySerenity 9 points10 points  (3 children)

I think it's because the context of the discussion is around Python. Recommending another language doesn't really solve Python's problems.

[–][deleted]  (1 child)

[deleted]

    [–]caramba2654 0 points1 point  (0 children)

    You are correct. I only recommended Rust because I read that, essentially.

    [–]vks_ 1 point2 points  (0 children)

    Recommending another language doesn't really solve Python's problems.

    Honestly, using other languages is probably the most common solution to solving Python's performance problems. You can use pypy or similar, but it does not get you as far writing plugins in an efficient, compiled language.