Boost logo

Boost :

Subject: Re: [boost] Efficient tuple implementation
From: Larry Evans (cppljevans_at_[hidden])
Date: 2014-06-15 11:24:55


On 06/15/14 08:44, Louis Dionne wrote:
> Larry Evans <cppljevans <at> suddenlink.net> writes:
>
>>
>> On 06/06/14 21:18, Louis Dionne wrote:
>>>
>>> [...]
>>>
>>
>> IIRC, list uses an evaluator and "tagged" lists where the 1st element in
          ^^^^ should be lisp
>> the list is a tag for the operation to be performed and the
>> evaluator dispatches on this tag to do the operation with the
>> operands being the remaining args in the list.
>
> I don't understand which list you are talking about.

OOPS. Very sorry for the typo above. I'm talking about
the language, Lisp:

http://en.wikipedia.org/wiki/Lisp_%28programming_language%29

and the pattern I was talking about was called "Polish
prefix notation" in the wikipedia article.

-regards,
Larry


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