From: Timofey
Subject: passing argument from command line to common lisp (How?)
Date: 
Message-ID: <slrnauhnae.5cj.tim_sleptsov@sleptsov.home>
Hi!

I am newbie in lisp programming.
I want use command line parameters from program written in common lisp,
but don't know how ;( Anyone could give me example of it or some url?
I am using common lisp implementation by Bruno Haible (clisp).


-- 
Best regards
Timofey Sleptsov
From: Kalle Olavi Niemitalo
Subject: Re: passing argument from command line to common lisp (How?)
Date: 
Message-ID: <87smxj6n6j.fsf@Astalo.y2000.kon.iki.fi>
Timofey <············@sleptsov.home> writes:

> I want use command line parameters from program written in common lisp,
> but don't know how ;(

That is not standardized.  CLISP puts them in the EXT:*ARGS* variable.