Show HN: Sum (algebraic) types for C in one 100 line header
1–10 of 46 posts
Re: Show HN: Sum (algebraic) types for C in one 100 line header
#2Re: Show HN: Sum (algebraic) types for C in one 100 line header
#3In the context of C99, isn't tagged union the more usual name instead of sum type?
Re: Show HN: Sum (algebraic) types for C in one 100 line header
#4Re: Show HN: Sum (algebraic) types for C in one 100 line header
#5Re: Show HN: Sum (algebraic) types for C in one 100 line header
#6Carcinization.
Re: Show HN: Sum (algebraic) types for C in one 100 line header
#7Question: is C gaining in popularity? If so, why exactly? Are their good reasons to be using C in product development rather than more modern languages?
Re: Show HN: Sum (algebraic) types for C in one 100 line header
#8Question: is C gaining in popularity? If so, why exactly? Are their good reasons to be using C in product development rather than more modern languages?
I would not reach to c libraries on many other platforms but recently I started using more c, just not from c..
Re: Show HN: Sum (algebraic) types for C in one 100 line header
#9Re: Show HN: Sum (algebraic) types for C in one 100 line header
#10Question: is C gaining in popularity? If so, why exactly? Are their good reasons to be using C in product development rather than more modern languages?
It's probably a more relevant tool for a larger class of problems than many people imagine.