Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Created September 28, 2013 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattdeboard/6744997 to your computer and use it in GitHub Desktop.
Save mattdeboard/6744997 to your computer and use it in GitHub Desktop.
(ns clj-typeshooter.main
(:use-macros
[dommy.macros :only [sel sel1]]
[cljs.clj-typeshooter.macros :only [go-handle!]])
(:require
[cljs.core.async :as async :refer [>! <! chan]]
[clj-typeshooter.words :as words]
[dommy.core :as dommy]
[simplegame :as sg])
(:require-macros
[cljs.core.async.macros :as m :refer [go]]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment