[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Support for (system '("echo" "foo" "bar"))
From: |
Alex Shinn |
Subject: |
Re: Support for (system '("echo" "foo" "bar")) |
Date: |
Thu, 30 Oct 2003 10:41:05 +0900 |
User-agent: |
Wanderlust/2.10.1 (Watching The Wheels) Emacs/21.3 Mule/5.0 (SAKAKI) |
At Wed, 29 Oct 2003 12:13:11 -0600, Rob Browning wrote:
>
> Marius Vollmer <address@hidden> writes:
>
> >> Nope, system* would be perfectly fine with me too.
> >
> > That's what I prefer as well.
>
> So would we want (system* . args) or (system* arg-list)?
FWIW, MzScheme made the same choice of the name system* and uses
(system* . args)
Chicken uses (system* fmt . args) => (system (apply format fmt args))
--
Alex
Re: Support for (system '("echo" "foo" "bar")), Kevin Ryde, 2003/10/30
- Re: Support for (system '("echo" "foo" "bar")), Rob Browning, 2003/10/31
- Re: Support for (system '("echo" "foo" "bar")), Paul Jarc, 2003/10/31
- Re: Support for (system '("echo" "foo" "bar")), Rob Browning, 2003/10/31
- Re: Support for (system '("echo" "foo" "bar")), Paul Jarc, 2003/10/31
- Re: Support for (system '("echo" "foo" "bar")), Kevin Ryde, 2003/10/31
- Re: Support for (system '("echo" "foo" "bar")), Paul Jarc, 2003/10/31
- Re: Support for (system '("echo" "foo" "bar")), Kevin Ryde, 2003/10/31
- Re: Support for (system '("echo" "foo" "bar")), Paul Jarc, 2003/10/31