Skip to content

Instantly share code, notes, and snippets.

;; Clojure 1.5.1
=> 1
1
=> (require '[clojure.core.reducers :as r])
nil
=> (use 'clojure.repl)
nil
=> (doc r/fold)
-------------------------
clojure.core.reducers/fold
@tcoupland
tcoupland / bots.clj
Last active December 19, 2015 00:19 — forked from cgrand/bots.clj
;; tc
(ns tron.bots
(:require [tron.core :as tron]))
;;bot func: tc
(defn empty-look
"A mock look function which just checks for the arena
boundaries."