Vadim wrote:
Dear Douglas,
given that your CPAN module did not got proper evolving, would you mind
giving up on it and removing from CPAN?
I would like to publish a bridge module that connects Perl to different
Lisp implementations (CLISP, SBCL, CMUCL, GCL as a start), very much
like currently my Tcl CPAN module do.
All in all, I'll upload to CPAN anyway, and I would like to avoid
collisions.
Best regards,
Vadim.
One alternative for the bridging stuff would be to look at using
something like Language::LISP.
That tends to be a more common area for bridges to languages.
Adam K