|
|
|
|
|
by whateveracct
1868 days ago
|
|
For a "Better C" language, that would be wonderful. For my Haskell ideas, generating Haskell from headers automatically feels like the best route. Especially if it's configurable to some degree. It's common that you can better type a C API with Haskell than C ever could. Usually with techniques like IO, phantom types, GADTs, and the new linear types. |
|