Hacker News new | ask | show | jobs
by masklinn 2526 days ago
My understanding is that Ada has memory-safety issues (or leaks like a sieve) if dynamic allocations are used and GC is not.
1 comments

Ada doesn't use a garbage collector, so it appears that understanding isn't right. I think it had one as part of the standard in the 80s, but maybe such problems made it go away.