There is no point in making a language more compli...
# language-proposals
m
There is no point in making a language more complicated unless you achieve something, e.g. you save a user from having to write a lot of boilerplate. This feature achieves nothing. You actually have to write a few characters more, i.e.
colorFromHexString
vs
color(fromHexString =
.
3