this post was submitted on 14 Oct 2024
56 points (96.7% liked)

Gaming

2412 readers
192 users here now

The Lemmy.zip Gaming Community

For news, discussions and memes!


Community Rules

This community follows the Lemmy.zip Instance rules, with the inclusion of the following rule:

You can see Lemmy.zip's rules by going to our Code of Conduct.

What to Expect in Our Code of Conduct:


If you enjoy reading legal stuff, you can check it all out at legal.lemmy.zip.


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 20 hours ago (1 children)

@Faresh Yeah, Lua definitely does have some weaknesses but I’ve seen worse so it doesn’t stop me from using it.

I’m not aware of any TypeScript-like language for Lua.
I found TypeScriptToLua but I don’t like the idea as those are entirely different languages.

But luacheck is relatively popular in the Luanti community for static code analysis and linting.

[–] [email protected] 1 points 13 hours ago

Thanks! Yeah, typescript was just an example that I gave because it was made to tackle the perceived problems in javascript. I never used it myself and just mentioned it to explain the idea I was getting at.