| |
| | JPython: The Felicitous Union of Python and Java | Linux Journal (Site not responding. Last check: 2007-10-16) |
 | | In CPython, Python objects are divided into two kinds of types: built-in types, such as integers, strings, file objects, etc., and instance and class objects. |
 | | It means that, unlike in CPython, you don't have to worry about creating cyclic references which CPython's reference-counting garbage collector won't reclaim--in Java, those will be reclaimed. |
 | | The slowness is not too surprising, given the slowness of the underlying Java platform; still, it is a noticeable change from CPython's speed. |
| www.linuxjournal.com /article/3840 (2528 words) |
|