$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Powell, Gary (powellg_at_[hidden])
Date: 2003-10-23 14:45:11
Brock> I'm just starting to dig into lambda.
Thanks!
Brock> I really like the control structures,
Brock>but they seem to have one big weakness in that they can't be chained or
Brock>curried. What if the control structure functions didn't immediately
Brock>execute, but instead returned function objects?
They do return fn objects, via an expression template, and they can be chained together! I think this is in the docs.
-Gary-