By gst
via letsgetdugg.com
Published: Apr 06 2007 / 09:03
Dynamic type languages such as Perl, Ruby, PHP, and Python free you as the developer from managing memory in your application. However, it isn't a fool proof solution that you won't have memory leaks in your application. You as the developer should be aware of how the underlying garbage collector of your preferred language works to accommodate for the inadequacies of its garbage collection algorithm.
Add your comment