Hacker News new | ask | show | jobs
by jvillasante 511 days ago
Well, I use C++ for that today and don't see much benefit in switching really. Switching to a memory-safe language is something that I can support and even sell to my team, but switching to just a "simpler" language I'm not sure...
2 comments

I noticed you used scare quotes...is that because you and your team don't think simplicity is valuable?
Note that use after free story is the same as in C and C++, using a debug allocator.