Re: clisp - command line parameters
From: David Sletten (david_at_slytobias.com)
Date: 02/16/05
- Next message: Peter Seibel: "Re: need good IDE and advice"
- Previous message: Zach: "need good IDE and advice"
- In reply to: canburak_at_gmail.com: "clisp - command line parameters"
- Next in thread: canburak_at_gmail.com: "Re: clisp - command line parameters"
- Reply: canburak_at_gmail.com: "Re: clisp - command line parameters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 16 Feb 2005 22:13:40 GMT
canburak@gmail.com wrote:
> Hi from a newbie.
>
> I am using (dr) scheme as a student, which means i have some basic
> knowledge of lisp. I recently switched to "clisp". I am using debian
> gnu/linux and installed the clisp package.
>
> How can I read the command line parameters?
>
> I couldn't find information via google and here is the only group which
> i can post on this subject. If it was irrelevant, thanks for spending
> your time.
>
You need to upgrade to a newer version of Google:
http://clisp.cons.org/impnotes/environment-dict.html#argv
http://clisp.cons.org/impnotes/quickstart.html#script-exec
There is some disagreement about the use of the words "argument" and
"parameter", but the convention is generally to speak of command line
"arguments". This is reflected in C, Java, etc... whose main() functions
usually refer to argc, argv, or args, for instance.
David Sletten
- Next message: Peter Seibel: "Re: need good IDE and advice"
- Previous message: Zach: "need good IDE and advice"
- In reply to: canburak_at_gmail.com: "clisp - command line parameters"
- Next in thread: canburak_at_gmail.com: "Re: clisp - command line parameters"
- Reply: canburak_at_gmail.com: "Re: clisp - command line parameters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|