gingershaped / Etch

Etch, an easy-to-use, high-level, interpreted language based off Python.
4 stars 2 forks source link

Make `+` implicitly convert int to str when adding to str. #6

Closed lyxal closed 2 years ago

lyxal commented 2 years ago

This would be really cool and most languages don't do it and that's really sad so make etch do it because that'd be great and everyone would be happy. Just the concatenation, not the actual addition like JS does don't do what JS does that'd be a horrible idea just make it concatenation as if you were writing string + str(number) thank you have a good day.

gingershaped commented 2 years ago

I can do that I guess

gingershaped commented 2 years ago

This will be added in #9.