cl-launch is a self-contained shell-script that will abstract away the details of the underlying Lisp implementation by generating the proper Lisp and shell code.
Information for invoking Lisp source files as shell scripts for particular Common Lisp implementations:
| Implementation | Shebang invocation | Command-line arguments | More info |
|---|---|---|---|
| CLISP | #!/usr/local/bin/clisp | EXT:*ARGS* | CLISP quickstart delivery |
| SBCL | #!/usr/local/bin/sbcl --script | sb-ext:*posix-argv* | SBCL manual section 3.1.3 |
Other topics: deployment