gren-lang / compiler

Compiler for the Gren programming language
https://gren-lang.org
Other
342 stars 21 forks source link

Reconsider /= as not equals #245

Open boxed opened 3 months ago

boxed commented 3 months ago

/= is inherited from Elm/Haskell, but it's a bit obscure compared to the more common !=.

An option might be to make the auto-formatter convert from one to the other. This would mean a switch would be easy if we chose to change, or the DX would be pretty good if we decide to not change. Either way would be an improvement imo.