2009-03-23 06:47:44 PDT
Hi,
to need to add some API to clisp.h to match whatever perl & python & ruby &c export which vim uses.
basically, accept text (as an array of strings) and evaluate it in clisp.
you would need to figure out error handling (which is not hard given that we already have global error handlers) and persistence (i.e., the same clisp process should be reused for successive evaluations).
Sam.