top | item 45743013

(no title)

braggerxyz | 4 months ago

Every time I read C and memory safety, I just think Golang. Especially for user space

discuss

order

thomasmg|4 months ago

Go programs are not fully memory-safe if they use multiple treads, due to possible data races with fat pointers: https://news.ycombinator.com/item?id=44672003

pjmlp|4 months ago

Still much better than C will ever be, even if I disagree with some of its design decisions.