Skip to content

Instantly share code, notes, and snippets.

@HamsterofDeath
Created October 31, 2011 07:14
Show Gist options
  • Save HamsterofDeath/1327062 to your computer and use it in GitHub Desktop.
Save HamsterofDeath/1327062 to your computer and use it in GitHub Desktop.
(ns learningclojure.clojureoids.models)
(def box-width 640)
(def box-heigth 480)
(defrecord position [x y])
(defrecord )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment