Re: [C++-sig] pyste, gccxml and boost ublas, random number generator etc
David Abrahams <[email protected]>
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <[email protected]> |
Roman Yakovenko <[email protected]> writes: >> As far as code generation is concerned, I don't think this is quite >> enough, though. > > My experience say opposite. Web services, cross language bindings - > use only declarations to generate code. They also often need a lot of user guidance because the declarations don't give enough semantic information about things like the meanings of pointers and references. So, declarations + user guidance. However, there's a whole class of code transformation problems (see Aspect Oriented Programming for example) for which you need the implementations too. -- Dave Abrahams Boost Consulting www.boost-consulting.com