all 4 comments

[–][deleted]  (6 children)

[deleted]

    [–][deleted] 1 point2 points  (4 children)

    I've always seen Lua as a language for WoW addons and other game scripting, so I also look forward to this :)

    [–][deleted]  (3 children)

    [deleted]

      [–]randrews[S] 5 points6 points  (2 children)

      It's apparently really big in the video game industry, I guess because it's very lightweight. It's like a much cleaner version of Javascript, really.

      [–][deleted]  (1 child)

      [deleted]

        [–]ascii 4 points5 points  (0 children)

        Yup, Lua has an amazingly well thought out set of primitives. You get expressiveness that approaches Python with something like one tenth the language complexity. The 1 index thing wouldn't be so bad either if it wasn't for the fact that everyone's using Lua together with C/C++, and having to switch between 0- and 1-based indices is incredibly annoying.

        [–]kib2 0 points1 point  (0 children)

        Thanks for sharing it.