>>5
It depends a lot on what implementation you are using. You could use a lisp library to call lisp scripts from the c application. This would be sort of ok if you could compile the lisp scripts to byte code. Ideally, you could compile the lisp to native code and link it all together with the c code. It's all possible, it's just a matter of finding the lisp implementation that will do what you want.