Skip to content

Instantly share code, notes, and snippets.

View tf0054's full-sized avatar

Takeshi Nakano tf0054

  • Curious Technology GmbH
  • Berlin, Germany
View GitHub Profile
@tf0054
tf0054 / core.cljs
Last active August 29, 2015 14:02 — forked from qbg/core.cljs
(ns om-tut.core
(:require [om.core :as om :include-macros true]
[om.dom :as dom :include-macros true]))
(enable-console-print!)
(def app-state (atom {:text "Works"}))
(defn handle-change
[e data edit-key owner]