5 ms·
>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.
by johntyree 12y 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.
- wyager 12y ago>What makes it better? Better than C, that is. Haskell is on a whole 'nother level of "what are memory bugs?"
- dllthomas 12y agoOf 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-Storable.html http://hackage.haskell.org/package/base-4.7.0.0/docs/Foreign...