On Jul 9, 2014, at 05:35 , Logan Bell <[email protected]> wrote: > On Tue, Jul 8, 2014 at 8:02 AM, Nick Wellnhofer <[email protected]> wrote: > >> On 08/07/2014 03:49, Marvin Humphrey wrote: >> >>> Clownfish needs a "clownfish-starter" script which generates a boilerplate >>> project layout. (Unix-only would be fine, probably Perl or sh.) >>> Convention >>> over configuration and all that. >>> >> >> +1 > > > Sounds good to me, +1. This sounds very Perl specific, ie it's generating > XS glue. Is this sort of boilerplate needed for future languages?
It’s not about generating XS glue. That’s handled by CFC. It’s about creating an initial project directory with a couple of files like * perl/Build.PL * perl/lib/My/Module.pm * core/My/Module.cfp * core/My/Module.cfh * core/My/Module.c This would be useful for other host languages, too. Nick
