cl-launch
cl-launch copied to clipboard
Launch Common Lisp applications as Unix commands
Results
2
cl-launch issues
Sort by
recently updated
recently updated
newest added
## Problem 1) Using `--dispatch-entry` isn't intuitive and in no way easy for simple scripts. 2) Necessity of `.asd` for self-compiled one-file scripts is discouraging. 3) Caching binaries is not...
If I try running this following command `cl-launch -l ecl -o ./foo -d ! -Q -sp foo -r main` to dump an image and then run the executable, it just...