TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Move to Memory-Safe Programming

2 pointsby acdangerabout 2 years ago

1 comment

Alifatiskabout 2 years ago
I remember someone on this site pointed out that GC-languages is inherently unsafe.<p>One example is Ruby, it’s a language with GC, so it should be safe. But it’s written in a unsafe language (C), therefore Ruby is unsafe.<p>Personally, I don’t know if I agree with that and if that logic can be applied to Go aswell.