Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2003-10-08 14:54:25


David Abrahams <dave_at_[hidden]> writes:

> Brian McNamara <lorgon_at_[hidden]> writes:
>
>> I would like to request a formal review of FC++. I have put the library
>> source in the YahooGroups files:
>> http://groups.yahoo.com/group/boost/files/
>> as "fcpp.zip".
>>
>> The documentation is available at
>> http://www.cc.gatech.edu/~yannis/fc++/boostpaper/
>> in a few different formats.
>

My next comment:

   lambda(X)[ let[ Y == X %plus% 3,
                   F == minus[2]
              ].in[
                F[Y]
              ]
            ]

a. Is there a *reason* that square brackets have to be used for
   postfix function args in lambdas?

b. It seems like

   lambda(X)[ let[ Y == X %plus% 3,
                   F == minus[2]
              ],
              F[Y]
            ]

   would be a little sweeter, syntactically speaking.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk