cormanlisp icon indicating copy to clipboard operation
cormanlisp copied to clipboard

Implement conventional command line switches (-eval, -norc, etc)

Open Shinmera opened this issue 5 years ago • 1 comments

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.

Shinmera avatar Jun 12 '20 10:06 Shinmera

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.

arbv avatar Jun 16 '20 19:06 arbv