$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Template metaprogramming libraries
From: Gordon Woodhull (gordon_at_[hidden])
Date: 2011-09-10 15:05:10
On Sep 10, 2011, at 1:31 PM, Jeremiah Willcock <jewillco_at_[hidden]> wrote:
> On Fri, 9 Sep 2011, Gordon Woodhull wrote:
>
> (snip)
>
>> I am looking at porting various Boost.Graph algorithms to my proposed MPL.Graph. Do I understand that monads will help me define metadata structures like heaps and forests that don't seem to "map" easily to functional programming?
>
> Slightly off-topic, but related: another approach to that problem is to use purely functional data structures.
Thanks for the references, Jeremiah!
Cheers,
Gordon