logoalt Hacker News

nevdkayesterday at 7:25 PM3 repliesview on HN

Then there’s perl, which doesn’t free at all.


Replies

hedorayesterday at 7:56 PM

Perl frees memory. It uses refcounting, so you need to break heap cycles or it will leak.

(99% of the time, I find this less problematic than Java’s approach, fwiw).

cermicelliyesterday at 7:39 PM

Freedom is overrated... :P

NooneAtAll3yesterday at 7:40 PM

doesn't java also?

I heard that was a common complaint for minecraft

show 1 reply