Hacker News new | ask | show | jobs
by fp64 533 days ago
Oh, I had no idea! I don’t have much to do with Katana, I just assumed it was also all python
1 comments

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...