Stage 2 and `when`
johnknoop opened this issue · 1 comments
johnknoop commented
Hi!
Two questions:
- Pattern matching was proposed for stage 2 earlier this year, but I haven't been able to find any info on the outcome. Is it still in stage 1 and if so how come?
- The
when
keyword really adds verbosity compared to something like C# or F# pattern matching. Have you exhausted all possibilities to get rid of it?
Thanks
ljharb commented
It was not proposed for stage 2; we received some last-minute feedback and withdrew it from consideration.
The when
keyword, and its verbosity, has been discussed extensively and the majority of us consider it both desirable and necessary.