opencog-dev team mailing list archive
-
opencog-dev team
-
Mailing list archive
-
Message #00315
Re: new tree data structure library released
On Wed, Aug 20, 2008 at 7:13 AM, Moshe Looks <holism@xxxxxxxxx> wrote:
> I am happy to report that the treetree library has just been released
> under the Apache 2.0 license - you can get it at
> http://code.google.com/p/treetree/ .
>
> This is a small but useful component for anyone attempting
> Novamente/OpenCog-style development in C++ - it provides an STL-style
> n-ary tree class that can be used to represent and transform programs
> in an interpreted language, decision trees, node-and-link fragments,
> rewrite rules, s-expressions, etc. It is based on about five years
> experience with both bespoke and generic solutions to this problem,
> and is hopefully both convenient and safe.
Possibly this is a question for Ari more than Moshe...
How does treetree relate to the tree templates already in the
Novemente/OpenCog... if at all?
i.e. The tree templates used to make Vertex trees (vtrees).
Just a question of curiosity. I'm not planning on replacing the
existing vtrees as there's enough to do already, but it might "one
day" be worth using treetree if it provides any advantage.
J
Follow ups
References