MATools
Take advantage of LUA easily
Sustainable Development
TypeScript allows for much simpler and cleaner code compared to LUA, that can be easily understood every time you get back to working on your project.
Type Safety
Static types can ease the mental burden of writing programs, by automatically tracking information the programmer would otherwise have to track mentally in some fashion. Types serve as documentation for yourself and other programmers and provide a ‘gradient’ that tells you what terms make sense to write.
IDE Support
Types enable Lua developers to use highly-productive development tools and practices like static checking and code refactoring when developing Lua applications. TypeScript extensions are available for many text editors.