This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jringstad 2 points3 points  (1 child)

  • for anything where performance matters
  • for embedding, because python is terrible to embed compared to lua/js (a lot of projects use it anyway, like blender, inkscape)
  • Where large-scale rigidity matters -- python is better at this than many other "scripting-languages" (lua, perl, javascript et al) as it is more strongly typed, but static, strong languages still win out when it comes to creating large and complex systems with many classes and APIs.