top | item 42739746

(no title)

jvillasante | 1 year 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...

discuss

order

sekao|1 year ago

I noticed you used scare quotes...is that because you and your team don't think simplicity is valuable?

pjmlp|1 year ago

Note that use after free story is the same as in C and C++, using a debug allocator.