I just finished the Orchard/C node and XML classes that will lie
underneath my Perl objects, and was the basis of the question I asked
earlier about self-tied hashes.  Today I'm starting into integrating
Orchard/C into Orchard/Perl.  The current code is at
  <http://casbah.org/~kmacleod/orchard/>

This library might interest folks here because I intend to integrate
the two "transparently".  Ie. the existing C classes should work
unchanged with the existing Perl classes, it's just a matter of using
a different package name when you create the object.  The C code is
written using an OO-like preprocessor that captures all the method and
attribute definitions, which will be used when calling between C and
Perl (or Python, or Tcl).

  -- Ken

Reply via email to