Best Language for Performance

I am new here, and I have a simple question. I know how to create scripts in Lua, C#, JavaScript, as well as TypeScript compiled into JavaScript.

What are the pros and cons of each of the languages?

So far, I have found that LUA and C# have a lot more documentation than JavaScript, but I enjoy TypeScript and JavaScript because it is the language I have the most experience with.

Which of these languages is best for creating scripts performance wise, and otherwise?

For performance, LUA.
For organization and have more libraries, c#

lol?

native invocation overhead is way lower in c# and slightly lower in js

1 Like

How does (or did?) the FXv2 native invocation overhead compare?

So does that mean that the overhead using C# is lower than Lua?