Setup:
Create a fifo with mkfifo(1) somewhere and change the content of vimlisp.py to
match the location of your fifo file and the lisp repl you prefer to use.
If you don't want to put vimlisp.py in each folder you are doing lisp
development in put it somewhere python looks for it's modules i.e.:
/usr/local/lib/python2.4/

In vim you need to include vim+lisp.vim, just put 'source ~/.vim/vim+lisp.vim'
in your .vimrc file.

,l in normal mode will send the current line to the lisp REPL
,l in visual mode will send the selected are to the lisp REPL

TODO:
 * Make the scripts look for the fifo in $HOME/.vim+lisp.fifo and/or $PWD
 * Send the entire block where the mouse is located to the REPL
 * Create a fifo file if none exists

BUGS:
 * Probably

 - Eirik A. Nygaard <eirikn@kerneled.com>
