Skip to content

Instantly share code, notes, and snippets.

View ThomasDeutsch's full-sized avatar

Thomas Deutsch ThomasDeutsch

View GitHub Profile
@hiram-madelaine
hiram-madelaine / om-next-datascript-recursive.cljs
Created November 9, 2015 15:03
An attempt to display and mutate recursive data hold into DataScript | ; Works with [org.omcljs/om "1.0.0-alpha19-SNAPSHOT"] as of 2015-11-09
(ns om-tutorial.core
(:require [goog.dom :as gdom]
[om.next :as om :refer-macros [defui]]
[om.dom :as dom]
[datascript.core :as d]
[cljs.pprint :as pp :refer [pprint]]))
(enable-console-print!)
;________________________________________________________________________