Re: Project informal discussion

2017-07-18 Thread Harrison & Wells
Actually,I should have provided more details. Imagine it like this: Lots of interfaces,e.g,an interface "Class" which will have abstract methods like putMethod(Method[which will be another interface]),putField(Field[another interface]),and stuff like that. Now, let's say we implement all these

Re: Project informal discussion

2017-07-18 Thread Romain Manni-Bucau
Hi For sources any template engine is great so velocity, freemarker, ..., even strings (like cxf client plugin does) so need for a more formal lib is less true than for bytecode generation. Eugene (from codelutin not asf) is also a great one for sources. What would add yours? Kind of fear it

Re: Project informal discussion

2017-07-18 Thread Wade Chandler
You should also checkout something like Graal and Truffle https://github.com/graalvm/graal/blob/master/truffle/README.md Wade On Jul 18, 2017 02:01, "Jochen Theodorou" wrote: > On 18.07.2017 02:53, Harrison & Wells wrote: > >> # I'm just a beginner here, please ignore any

Re: Project informal discussion

2017-07-18 Thread Jochen Theodorou
On 18.07.2017 02:53, Harrison & Wells wrote: # I'm just a beginner here, please ignore any stupidities So guys, you told me to discuss my project here first. Well, I have an idea of making a source code generator. There really isn't a source code generation library.And it can be done. It is

Project informal discussion

2017-07-17 Thread Harrison & Wells
# I'm just a beginner here, please ignore any stupidities So guys, you told me to discuss my project here first. Well, I have an idea of making a source code generator. There really isn't a source code generation library.And it can be done. It is really useful,just like BCEL, I think there should