3 for l
in sbcl
; do # mkcl ecl clisp sbcl
4 EX
="$(cl-launch -l $l -sp cffi-toolchain -ip "(output-file
:static-program-op
:cffi-tests
/example
)")"
6 cl-launch
-l $l -sp cffi-toolchain
-i "(operate :static-program-op :cffi-tests/example)"
8 [ "$($EX)" = "hello, world!" ]