guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "exec" procedures don't handle the optional parameters unbounded sit


From: Ludovic Courtès
Subject: Re: "exec" procedures don't handle the optional parameters unbounded situation?
Date: Sat, 17 Dec 2011 00:02:18 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux)

Hello!

Nala Ginrut <address@hidden> skribis:

> Since Guile provides flexible optional arguments handling, why we can not
> do this:
> let (execlp "ls")  equal to (execlp "ls" "") if the second argument is
> unbounded?

Because it would differ from what the underlying system call allows, and
would also be an incompatible change.

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]