Re: [C++-sig] langbinding questions

2012-01-29 Thread Jim Bosch
Thanks...it sounds like I understand things better than I thought I did. Though I'm still worried that I'm confusing which is the "accept" and which is the "visit" class somehow. More questions/replies below. As I understand it, the basic idea is: 1) We build a language-agnostic front-end "

Re: [C++-sig] langbinding questions

2012-01-25 Thread Dave Abrahams
Hi Jim, Sorry this is so late. Sick, work, sick, work... you know how it can be. on Sun Jan 15 2012, Jim Bosch wrote: > I've been trying to wrap my head around some Boost.Langbinding > concepts as part of my (slow, but not dead) work on an eventual > Boost.Python v3. I've got some questions -