in reply to Re: Basic tree - compare question
in thread Basic tree - compare question

Tree and Tree::Simple aren't written in C - they're written in Perl. Very fast optimized Perl, but Perl nonetheless. THe C I was referring to was how the example code was structured.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?