Hello! Nala Ginrut <nalagin...@gmail.com> 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’.