top | item 42525698

(no title)

berkut | 1 year ago

Katana uses LuaJIT quite extensively for user-side OpScripts, and previously both DNeg and MPC (they've largely moved on to newer tech now) had quite a lot of Lua code...

discuss

order

fp64|1 year ago

Oh, I had no idea! I don’t have much to do with Katana, I just assumed it was also all python

berkut|1 year ago

It used to in older (pre 2.0) versions, but due to Python's GIL lock (and the fact Python's quite a bit slower than lua anyway), it was pretty slow an inefficient using Python with AttributeScripts, so 2.0 moved to Lua with OpScripts...