$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Lazy list
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2009-01-18 12:41:46
Zachary Turner wrote:
> I'm not quite sure I agree though that it's simply a functional "idiom". I
> think it's a general programming idiom, that just so happens to be easier to
> implement in functional languages. But even Mpl has started to adopt
> certain aspects of lazy evaluation.
MPL is a library for template metaprogramming, and the template
meta-language is functional.
Sebastian