Mikael Jansson <[email protected]> writes: >> >> So, after compiling my code to "program_exe" I would like to call it >> from command line in this way >> >> ~> program_exe -option1 value1 -option2 value2 ... -optionN valueN >> > It depends on your compiler. For SBCL, use sb-ext.*posix-argv*, where > argc is (length sb-ext:*argv*).
CL-LAUNCH smooths over the differences in all CL implementations and presents a consistent interface. Zach _______________________________________________ Gardeners mailing list [email protected] http://www.lispniks.com/mailman/listinfo/gardeners
