1. I would like to try to write some simple plugins. In python preferably.
    I heared lua is much slower then c#, is that true?
    How do javascript and python compare in speed?
     
  2. If im not mistaken at the moment c# is fastest, javascript slowest. Lua and python are pretty equal and not much slower than c#.
     
  3. Maybe not quite to the point, but HERE pretty good comparison.
     
  4. so C# can be up to 40 times faster then lua :p ?
     
  5. Quite rare, but probably yes)
     
  6. Wulf

    Wulf Community Admin

    We use LuaJIT which is actually blazing fast when using pure Lua calls. I'd say C#, Lua, JavaScript (when V8 is used), then Python.