RE: book review: Mastering Algorithms with Perl

Eugene Leitl (eugene.leitl@lrz.uni-muenchen.de)
Wed, 24 Nov 1999 13:07:36 -0800 (PST)


Hokkun Pang writes:

> >From my limited experience, I think Perl is great but then again, I just
> wish there's a nice C-interpreter with a good set of libraries.

Have you considering writing your stuff in C, and SWIGging it?

http://www.swig.org/

You can do it for a variety of other languages as well, Python
included.