create-temporary-file

[procedure] create-temporary-file [extension]

Chicken: creats temporary file and returns its pathname. extension defaults ".tmp". Honors environment variable "TMPDIR", "TEMP" or "TMP".

Gauche has sys-tmpnam and sys-mkstemp?. STk has temporary-file-name. Scsh has create-temp-file.