[pro] need a lisp tempfile library
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 -- Stelian Ionescu a.k.a. fe[nl]ix Quidquid latine dictum sit, altum videtur. http://common-lisp.net/project/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... -- attila Notice your eroding (digital) freedom, and do something about it! PGP: 2FA1 A9DC 9C1E BA25 A59C 963F 5D5F 45C7 DFCD 0A39 OTR XMPP: 8647EEAC EA30FEEF E1B55146 573E52EE 21B1FF06 BitCoin: 154uf86Vd9rpjMULd9CXa7nVwikknYZJiB
* 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 -- Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 11.0.60900031 http://jihadwatch.org http://www.PetitionOnline.com/tap12009/ http://palestinefacts.org http://openvotingconsortium.org http://ffii.org I haven't lost my mind -- it's backed up on tape somewhere.
participants (4)
-
Attila Lendvai
-
Mark H. David
-
Sam Steingold
-
Stelian Ionescu