Codingstyle.comCodingstyle.com: What's Your Style?Inside Memory Management- November 21, 2004 Memory management is one of the most fundamental areas of computer programming. In many scripting languages, you don't have to worry about how memory is managed, but that doesn't make memory management any less important. Knowing the abilities and limitations of your memory manager is critical for effective programming. Get an overview of the memory management techniques that are available to Linux programmers, focusing on the C language but applicable to other languages as well.http://codingstyle.com/index.php?name=News&file=article&sid=367 Perl 6 Grammars and Regular Expressions- November 10, 2004 Perl 6 is finally coming within reach. This article gives you a tour of the grammars and regular expressions of the Perl 6 language, comparing them with the currently available Parse::RecDescent module for Perl 5. Find out what will be new with Perl 6 regular expressions and how to make use of the new, powerful incarnation of the Perl scripting language.http://codingstyle.com/index.php?name=News&file=article&sid=366 |