I think it would be nice to have a library for creating tempfiles.
There's this nice writeup of one in Python for inspiration:
http://docs.python.org/library/tempfile.html
Is there one for Lisp?
On Mon, 2011-05-23 at 19:05 -0400, Mark H. David wrote:
I think it would be nice to have a library for creating tempfiles.
There's this nice writeup of one in Python for inspiration:
http://docs.python.org/library/tempfile.html
Is there one for Lisp?
Osicat and IOlib
Is there one for Lisp?
we have this serving our needs (although, it's not really meant to be a well thought-out public library):
http://dwim.hu/darcsweb/darcsweb.cgi?r=HEAD%20hu.dwim.util;a=headblob;f=/sou...
- Mark H. David zuq@li.bet [2011-05-23 19:05:58 -0400]:
Is there one for Lisp?
CLISP has POSIX:MKSTEMP & POSIX:MKDTEMP http://clisp.org/impnotes/syscalls.html#mkstemp http://clisp.org/impnotes/syscalls.html#mkdtemp