[proto] current state

2010-12-20 Thread Maxim Yanchenko
Hi all, I see there going to be breaking changes in Proto and Phoenix (like "contexts must go", visitors etc). So the question is: for a beginner who just started to learn Proto, which parts of Proto should be studied now and which are likely to be dropped/changed? Just to avoid wasting time learn

Re: [proto] current state

2010-12-20 Thread Mathieu -
On 20 December 2010 14:10, Maxim Yanchenko wrote: > So the question is: for a beginner who just started to learn Proto, which > parts > of Proto should be studied now and which are likely to be dropped/changed? > Just > to avoid wasting time learning something deprecated. Avoid contexts and yo

Re: [proto] current state

2010-12-20 Thread Eric Niebler
On 12/20/2010 8:10 AM, Maxim Yanchenko wrote: > Hi all, > > I see there going to be breaking changes in Proto and Phoenix (like "contexts > must go", visitors etc). I don't think there will be massive breaking changes anytime soon. I /might/ deprecate contexts, but I doubt I could remove them. To

Re: [proto] expanding Proto's library of callables

2010-12-20 Thread Joel de Guzman
On 12/19/2010 12:21 AM, Thomas Heller wrote: Eric Niebler wrote: Proto ships with a very small collection of callables for use in Proto transforms: wrappers for fusion algorithms like reverse and pop_front and the like. For 1.46, there will be a few more: make_pair, first, second, and wrapper