Live data from Hacker News

Show HN: Sum Type and Type Matching in C

github.com

1–2 of 2 posts

Show HN: Sum Type and Type Matching in C

#1
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.

Show HN: Sum Type and Type Matching in C
github.com