Skip to content

Instantly share code, notes, and snippets.

View pauldoo's full-sized avatar

Paul Richards pauldoo

View GitHub Profile
@pauldoo
pauldoo / test.clj
Created May 11, 2011 10:32 — forked from pepijndevos/test.clj
(juxt filter remove) in a single pass
(ns test)
(defn separate [f s]
(let [t (map vector (map f s) s)]
[ (map second (filter first t)), (map second (filter (complement first) t)) ]))
@pauldoo
pauldoo / log2.txt
Created January 26, 2011 19:30
Result from "lein deps" (installed from MacPorts on OS X)
That's not a task. Use "lein help" to list all tasks.
Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.pom from central
Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.pom from clojure
Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.pom from clojure-snapshots
Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.pom from clojars
Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.pom from central
Downloading: org/clojure/clojure-contrib/1.2.0/clojure-contrib-1.2.0.pom from central
Downloading: org/clojure/clojure-contrib/1.2.0/clojure-contrib-1.2.0.pom from clojure
Downloading: org/clojure/clojure-contrib/1.2.0/clojure-contrib-1.2.0.pom from clojure-snapshots
Downloading: org/clojure/clojure-contrib/1.2.0/clojure-contrib-1.2.0.pom from clojars
@pauldoo
pauldoo / lein_error_log.txt
Created January 22, 2011 19:59
Result from "lein deps"
That's not a task. Use "lein help" to list all tasks.
Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.pom from central
Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.pom from clojure
Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.pom from clojure-snapshots
Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.pom from clojars
Downloading: org/clojure/clojure/1.2.0/clojure-1.2.0.pom from central
Downloading: org/clojure/clojure-contrib/1.2.0/clojure-contrib-1.2.0.pom from central
Downloading: org/clojure/clojure-contrib/1.2.0/clojure-contrib-1.2.0.pom from clojure
Downloading: org/clojure/clojure-contrib/1.2.0/clojure-contrib-1.2.0.pom from clojure-snapshots
Downloading: org/clojure/clojure-contrib/1.2.0/clojure-contrib-1.2.0.pom from clojars