On 27/08/01 17:24 -0700, Inline Reader wrote:
>
> Yes indeed,
>
> I do plan to release Bow.pm as soon as it's in a somewhat pretty state.
>
> Also, I would appreciate advice on the interface issues. There are several
> data structures that could be made persistent (like the "barrel"). But
> should I make functions with *exactly* the same names as in libbow, or do
> things more perlishly? Any comments helpful!
I would highly suggest going for a Perlish interface. It's not like
anyone ever studies a C header file before using a Perl extension
module. People just want things that work. And in Perl, they want them
to work like Perl. </rant>
> (also I'd like to be able to make the install easy, so any advice on the
> original question is still solicited...)
I'll look into this.
Cheers, Brian