> > 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*).
-- Mikael Jansson | http://mikael.jansson.be | GPG Key 0x88986608 Limp: The Vim Lisp IDE - http://mikael.jansson.be/hacking/limp _______________________________________________ Gardeners mailing list [email protected] http://www.lispniks.com/mailman/listinfo/gardeners
