Eggs-D-Studios / wos-issues

Waste of Space bugs, suggestions, and other feedback
6 stars 0 forks source link

Deprecate `$` macros #132

Open flxwed opened 1 month ago

flxwed commented 1 month ago

Guidelines

Version

Development (Unstable)

Topic

A programming feature (e.g. APIs, tweaks, changes, etc)

Why are you making your suggestion?

Luau does not natively support variables prefixed with a $. As such, using a custom macro symbol like $ makes it much harder to develop Microcontroller code using generic Luau tooling like luau-lsp

What do you propose? What should change, or what should be added?

Allow the use of $ macros for compatibility, but also provide normal function equivalents for each

someoneidoknow commented 1 month ago

maybe? hexcede wants to add it to do certain things with less lines