danhab99@programming.dev to TypeScript@programming.dev · 1 year agoTypescript is implementing a using keywordwww.totaltypescript.comexternal-linkmessage-square5fedilinkarrow-up120arrow-down10
arrow-up120arrow-down1external-linkTypescript is implementing a using keywordwww.totaltypescript.comdanhab99@programming.dev to TypeScript@programming.dev · 1 year agomessage-square5fedilink
minus-squarecwagner@lemmy.cwagner.melinkfedilinkarrow-up7·1 year agoAnother piece from C#, now share the other way and give us all the union types, okay?
minus-squareKogasa@programming.devlinkfedilinkarrow-up3·1 year agoDiscriminated unions have been In The Works™ for quite a while. I believe they were cut from the C# 12 roadmap. But maybe C# 13? I think a source-generation based approach similar to OneOf isn’t unlikely.
minus-squareLmaydev@programming.devlinkfedilinkarrow-up1·1 year agoYeah unfortunately tacking them onto a 20 year old language is not easy. It’s great to see it being worked on but there is a long way to go.
Another piece from C#, now share the other way and give us all the union types, okay?
Discriminated unions have been In The Works™ for quite a while. I believe they were cut from the C# 12 roadmap. But maybe C# 13?
I think a source-generation based approach similar to
OneOf
isn’t unlikely.Yeah unfortunately tacking them onto a 20 year old language is not easy.
It’s great to see it being worked on but there is a long way to go.