API for atticus.utils

by Unknown

Usage:
(ns your-namespace
  (:require atticus.utils))

Overview



Public Variables and Functions



tmpfile

function
Usage: (tmpfile)
       (tmpfile prefix suffix)
Create a temporary file.
Source


with-temporary-file

macro
Usage: (with-temporary-file bindings & body)
Create bindings for temporary files. delete will be called on exit of the
block.
Source
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.