guile-devel
[Top][All Lists]
Advanced

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

Re: delete-file ??


From: Rob Browning
Subject: Re: delete-file ??
Date: Mon, 15 Jul 2002 01:00:44 -0500
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-pc-linux-gnu)

Bruce Korb <address@hidden> writes:

> Programming successfully is a task involving keeping track of
> a myriad of minutia and fitting all the little pieces together.
> Anything that reduces the amount of information that one needs
> to track is a good thing.  The Guile library supports POSIX
> calls with POSIX-ly named functions.  Excellent.  I only need
> to learn one set of names and figure out some mostly obvious
> permutations to use the Guile function for the POSIX call.
> So, despite the fact that "delete-file" is far more obvious
> than "unlink", the rename increases the complexity of my
> programming life.  I had to find "delete-file" by grepping
> the source for "unlink *\(".  Ick.  Please consider adding
> "unlink" and any other POSIX calls that got renamed.

That sounds like a good idea to me, though we might need another
function.  I'm not sure what the error/return semantics of delete-file
are -- docs don't say, and whatever's bound to unlink should follow
the current guile posix conventions...

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD



reply via email to

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