G'day,
I have extended my lisp-executable library to support building executables that require EQL.
See the branch "eql-support" available at git://
github.com/markcox80/lisp-executable.git.
An example is provided:
1. cd examples/eql/
2. eql build.lisp
3. ./example-program Hello
It only supports Unix based systems at present.
Thanks
Mark