Hacker News new | ask | show | jobs
by AnimalMuppet 3663 days ago
C lets you deliberately do unsafe memory programming, which is maybe OK if you actually know what you're doing. But C also lets you think that you're doing safe memory programming, when that is not the case.