DOCUMENT RESOURCES FOR EVERYONE
Software Predictably

1.PREDICTABLY FAST CLOJURE ZachTellman @ztellman 2. (nth s 2) 3. (nth s 2) (.nth ^clojure.lang.Indexed s 2) 4. (nth s 2) (java.lang.reflect.Array/get s 2) (.nth ^clojure.lang.Indexed…