cormanlisp
cormanlisp copied to clipboard
Implement conventional command line switches (-eval, -norc, etc)
Does Corman support any command line switches/flags to automatically run things? I'm mostly asking this in the context of cl-all, though it seems to me like that would be useful to have in general.
I looked in the manual and tried to use common switches with clconsole.exe, to no avail.
It seems that the clconsole application supports only the following switches:
-
-execute- it allows to execute a Lisp file; -
-image- it allows to load an image (world) file.
There is definitely a room for improvement.