Hacker News new | ask | show | jobs
by markdog12 3299 days ago
> There are other easier features that have more impact

Which features?

1 comments

For example:

- better type promotion (`if (x is! A) throw "not A"; useAsA(x);`.

- Optional new/const.

- Allowing named arguments at any position at the call site.

These are all easier to specify and implement, and reach more users.