Skip to content

Instantly share code, notes, and snippets.

View Dirklectisch's full-sized avatar

Dirk Geurs Dirklectisch

View GitHub Profile
@Dirklectisch
Dirklectisch / berlin-clock.cljs
Last active July 20, 2016 19:07 — forked from skuro/berlin-clock.cljs
Berlin Clock kata as implemented at the Amsterdam Clojurians cljs dojo, meetup #80
# Amsterdam Clojurians meetup #80
# A ClojureScript dojo: the Berlin Clock!
#
# Fork this gist and put your solution in
(ns berlinclock.core
(:require [goog.dom :as gdom]
[dommy.core :as dommy :refer-macros [sel sel1]]))
(defn set-color [element colorClass]