-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite in Lua #33
base: main
Are you sure you want to change the base?
Rewrite in Lua #33
Conversation
If you want a language that compiles to lua that people would actually be able to stand, can always use typescript. At least that has benefits in strict typing, proper classes, etc, where moonscript is just completely different syntax only for a little bit of class syntax sugar. The tooling for gmod isn't that great but it is mostly usable: /~https://github.com/lolleko/gmod-typescript / /~https://github.com/Vurv78/TSAddon |
I love Moonscript for a lot of things. I could even argue that it's a good fit for this project.
However, I can't argue with the fact that most people can't stand it.
As this project expands and more people use it, I need to make sure people can feel comfortable contributing fixes and improvements.
To that end, I've decided to switch the project back to Lua.
This PR: