Hacker News new | ask | show | jobs
by yakshaving_jgt 1163 days ago
You know you can write C inside Haskell, right?

Like, there's literally nothing stopping you. You can use FFI, and you can also write C inline.

You can have the best of both, if you want.