gc: Lua vs. Python
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: gc: Lua vs. Python
- From: Enrico Colombini <erix@...>
- Date: 2008年10月19日 14:39:50 +0200
While discussing Lua with a colleague, I've been told that Python's gc
has no limitations. I vaguely remembered otherwise, by my recollections
could be out-of-date.
Could somebody point out the gc differences between the two languages?
(I know that Python can also use reference counting, but it's gc I'm
interested in)
Enrico