Show HN: Sum Type and Type Matching in C

Posted by brightprogramer 7 hours ago

Counter2Comment0OpenOriginal

Previous thread : https://news.ycombinator.com/item?id=45145176

Tried to implement a best effort pattern patching inspired solution in C. Destructuring not available, and nesting not directly available, but both can be achieved by opening more Match-When blocks. I guess we can say this is almost pattern matching in C.

Comments

Comment by 7 hours ago