Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jan 29th, 2012  |  syntax: Clojure  |  size: 0.19 KB  |  hits: 85  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. (ns spammerdz.core (:gen-class)
  2.   (:require [clj-http.client :as http]))
  3.  
  4. (defn -main [& args]
  5.   (http/with-connection-pool
  6.     (println
  7.       (nth
  8.         '(1 2 3)
  9.         1 ))))