hirrolot / hirrolot.github.io

My blog
https://hirrolot.github.io/
8 stars 1 forks source link

posts/pretty-printable-enumerations-in-pure-c #5

Closed utterances-bot closed 2 years ago

utterances-bot commented 2 years ago

Pretty-Printable Enumerations in Pure C

https://hirrolot.github.io/posts/pretty-printable-enumerations-in-pure-c.html

qaziquza commented 2 years ago

IMO, if you want high level abstractions, then you should write Haskell, not C. C was never meant for this sort of thing.

hirrolot commented 2 years ago

For this question I outlined a link to the project FAQ: https://github.com/Hirrolot/datatype99#q-why-use-c-instead-of-rustzigwhatever-else.