2
kobenz
2d

I gotta say, it's really fucking annoying I always need to write a SHIT TON O BOILER PLATE for any lua code

Comments
  • 0
    can you elaborate please? I'm thinking about learning lua
  • 0
    and here I thought the appeal was that it was a concise language
  • 2
    @kiki like, say, you're doing some async IO. You have coroutines, but you have to write your own async/await mechanism. Same if you're doing OOP, either emulate the "class" keyword or define every single class using prototypical inheritance.
  • 1
    It's like that everytime. It seems small at first, but it adds up a lot
  • 0
    @kobenz oh so basic language support is missing
Add Comment