Language::Lisp - Perl extension for connecting to existing common lisp


Language-Lisp documentation  | view source Contained in the Language-Lisp distribution.

Index


NAME

Top

Language::Lisp - Perl extension for connecting to existing common lisp implementation

SYNOPSIS

Top

  use Language::Lisp;

DESCRIPTION

Top

Given Lisp implementation, this module provides a connection to Perl, much like Tcl module, at C level. The way the connection works is very different, however.

Lisp should be executed first, then it looks for the Perl's shared library, and then uses functions from it. This approach is seemingly unavoidable, because usually Lisp implementations are used from large single executable, so there is no way to use Lisp as some kind of library out from Perl.

SEE ALSO

Top

Stuart Sierra's page for perl-in-lisp at http://stuartsierra.com/software/perl-in-lisp/ is where this Perl module come from.

See also related common lisp resources at http://cliki.net

AUTHOR

Top

Vadim Konovalov vkon@cpan.org

COPYRIGHT AND LICENSE

Top


Language-Lisp documentation  | view source Contained in the Language-Lisp distribution.