Adam,
To be honest, I think Bitey might be in some uncharted territory with some of the things you're asking about. Even for myself, the build environment is a completely new kind of thing.
I think the most important thing is that my vision for Bitey is not as a replacement for a wrapper tool like Swig. Instead, I see it as something that might have interesting uses for writing smallish extensions to Python, making it easy to pass them around, and do interesting things with them. It might, in theory, be possible to take a large existing library and compile it down to something that Bitey could handle. At a minimum, you would have to compile and link all of the source code as LLVM bitcode though.
The use of pre and post-load files is also somewhat unexplored. Whether or not they're automatically generated, they could certainly be something that someone could use to patch a few things up here and there in the import process.
I would actually love to hear about anyone trying to use Bitey with a larger code base. I've got some experiments in progress with some of my old C code, but still need to mess around with it more.
Cheers,
Dave
> --
> You received this message because you are subscribed to the Google Groups "bitey" group.
> To unsubscribe from this group, send email to
bitey+un...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>