I'm currently fiddling with Phoenix 2 and i ended up needing look over my lambda statement to reorder/optimize them. AFAIK, Phoenix 2 is not proto-powered but phoenix 3 is not out yet. What should be the best strategy for me right now : waiting for Phoenix 3 or is there a way to hack inside Phoenix 2 so i can have a rough look at whixh type to match in my meta-function ? -- ___________________________________________ Joel Falcou - Assistant Professor PARALL Team - LRI - Universite Paris Sud XI Tel : (+33)1 69 15 66 35
joel wrote:
I'm currently fiddling with Phoenix 2 and i ended up needing look over my lambda statement to reorder/optimize them. AFAIK, Phoenix 2 is not proto-powered
Correct.
but phoenix 3 is not out yet.
Phx 3 hasn't even made it out of the gate, yet. We've all been busy with other things, I guess.
What should be the best strategy for me right now : waiting for Phoenix 3 or is there a way to hack inside Phoenix 2 so i can have a rough look at whixh type to match in my meta-function ?
Heh, you could write Phoenix 3. :-) -- Eric Niebler BoostPro Computing http://www.boostpro.com
Eric Niebler wrote:
Phx 3 hasn't even made it out of the gate, yet. We've all been busy with other things, I guess.
OK
Heh, you could write Phoenix 3. :-) Well, considering I need it and have some phd student to help, maybe it's something I can do indeed. Seriously, if you want, I can lend this hand and get involved.
-- ___________________________________________ Joel Falcou - Assistant Professor PARALL Team - LRI - Universite Paris Sud XI Tel : (+33)1 69 15 66 35
joel wrote:
Eric Niebler wrote:
Heh, you could write Phoenix 3. :-)
Well, considering I need it and have some phd student to help, maybe it's something I can do indeed. Seriously, if you want, I can lend this hand and get involved.
That would be seriously appreciated. Seriously. We planned on coordinating on the developers list. See the "Phoenix Reloaded" thread. There is a phoenix_v3 branch in svn. See libs/phoenix/scratch/miniphoenix.cpp for a very tiny proto-phoenix to prove some of the design ideas. -- Eric Niebler BoostPro Computing http://www.boostpro.com
Eric Niebler wrote:
That would be seriously appreciated. Seriously. We planned on coordinating on the developers list. See the "Phoenix Reloaded" thread. There is a phoenix_v3 branch in svn. See libs/phoenix/scratch/miniphoenix.cpp for a very tiny proto-phoenix to prove some of the design ideas. OK, i just get that and expand from there ? For the cooordination, what's planned in fact ?
-- ___________________________________________ Joel Falcou - Assistant Professor PARALL Team - LRI - Universite Paris Sud XI Tel : (+33)1 69 15 66 35
joel wrote:
Eric Niebler wrote:
That would be seriously appreciated. Seriously. We planned on coordinating on the developers list. See the "Phoenix Reloaded" thread. There is a phoenix_v3 branch in svn. See libs/phoenix/scratch/miniphoenix.cpp for a very tiny proto-phoenix to prove some of the design ideas.
OK, i just get that and expand from there ?
I had intended that to be a starting point for a design discussion, but my attempts to get a discussion going were unsuccessful, probably because everybody is busy.
For the cooordination, what's planned in fact ?
Not sure I understand the question. What is in svn, in that thread on the developers list, and on the wiki linked to from said thread is all there is. The plan is to implement Phoenix + review feedback on top of Proto. That's it. For coordination, post your questions to the developers list and the interested folks will follow up. I hope. -- Eric Niebler BoostPro Computing http://www.boostpro.com
Eric Niebler wrote:
Not sure I understand the question. What is in svn, in that thread on the developers list, and on the wiki linked to from said thread is all there is. The plan is to implement Phoenix + review feedback on top of Proto. That's it. For coordination, post your questions to the developers list and the interested folks will follow up. I hope. I am, sort of, on my own then ;) I grabbed the svn repo already. I'll give it a shot as soon as next month.
participants (3)
-
Eric Niebler
-
joel
-
Joel Falcou