View difference between Paste ID: mQsjcJHT and 0BANKrmF
SHOW: | | - or go back to the newest paste.
1-
(ns lib)
1+
(max (map #(let [columns (split %1 #"  ")] 
2-
(use '[clojure.string :only (join split)])
2+
        ( - 
3-
3+
          (Integer. (nth columns 4)) 
4-
4+
          (Integer. (nth columns 3)))) 
5-
(defn get-smallest-spread [^String filename ]
5+
     (split (slurp "weather.dat") #"\n")))