Re: Name for module that provides bindings to libtcc

2013-08-15 Thread Chris Marshall
I like C::TinyCompiler because it gives you a clue about what the module does: C language + tiny + compiler. --Chris On Thu, Aug 15, 2013 at 12:07 PM, David Mertens wrote: > Another idea is C::TinyJIT. It's even more descriptive. But C::TinyCompiler > sounds better. > > Thoughts? Votes? > David

Re: Name for module that provides bindings to libtcc

2013-08-15 Thread David Mertens
Another idea is C::TinyJIT. It's even more descriptive. But C::TinyCompiler sounds better. Thoughts? Votes? David On Thu, Aug 15, 2013 at 11:37 AM, David Mertens wrote: > On Thu, Aug 15, 2013 at 9:20 AM, Chris Marshall wrote: > >> How about Devel::TCC for the bindings/interface/control part > >

Re: Name for module that provides bindings to libtcc

2013-08-15 Thread David Mertens
On Thu, Aug 15, 2013 at 9:20 AM, Chris Marshall wrote: > How about Devel::TCC for the bindings/interface/control part I looked through other modules with the Devel:: prefix (thanks to MetaCPAN's ability to do this search). Most modules here are development tools, such as debuggers and memory ins

Re: Name for module that provides bindings to libtcc

2013-08-15 Thread Chris Marshall
How about Devel::TCC for the bindings/interface/control part and Alien::TCC (of course) for the detection and installation? --Chris On Thu, Aug 15, 2013 at 8:57 AM, David Mertens wrote: > Hey everyone - > > In short, I have written a set of bindings for the library underlying the > Tiny C Compil

Name for module that provides bindings to libtcc

2013-08-15 Thread David Mertens
Hey everyone - In short, I have written a set of bindings for the library underlying the Tiny C Compiler and I want to know what package name I should use. I would prefer a top-level TCC package, in particular because I envision a large set of derived modules. Thoughts? David *Motivation and fea