Hi,

how do I manage command line option in lisp?

I mean, I want to compile my lisp code, and I want to manage the
command line option of the executable code, in a way similar to argc
and argv in C.

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

Thanks for the help,

Francesco

-- 
Linux Registered User: #414858

P Funking Band
http://www.perugiafunkingband.it
http://www.myspace.com/perugiafunkingband
_______________________________________________
Gardeners mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/gardeners

Reply via email to