ecl
===

ECL lisp to perl binding.
Other lisps (SBCL, CLISP) are not embeddable and could be used from perl
very differently.
ECL could be used as a module, so here is the binding.

INSTALLATION

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

"ecl-config" command should be in path at moment of running Makefile.PL,
which tells path to INC and LIBs

COPYRIGHT AND LICENCE

Copyright (c) 2008 by Vadim Konovalov.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.004 or,
at your option, any later version of Perl 5 you may have available.