Hacker News new | ask | show | jobs
by johntyree 4449 days ago
>Go doesn't really offer a whole lot in terms of security, except for better managed memory.

What makes it better? Haskell's GC is very advanced.

1 comments

>What makes it better?

Better than C, that is. Haskell is on a whole 'nother level of "what are memory bugs?"

Of course you can have memory bugs in Haskell, but it's obvious that you're doing special memory stuff.

http://hackage.haskell.org/package/base-4.7.0.0/docs/Foreign...