I hereby claim:
- I am arosequist on github.
- I am arosequist (https://keybase.io/arosequist) on keybase.
- I have a public key ASB63KXZO_W_cLiux8QBwc8pDOrnA_U0rzohLIaF-NrF4Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <link rel="import" href="../paper-tabs/paper-tabs.html"> | |
| <link rel="import" href="../paper-tabs/paper-tab.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; | |
| width: 100%; |
| (=> % [jay john mike chris] | |
| (filter (comp (partial = "new york") :current-city) %) | |
| (group-by :employer %) | |
| (update-in % ["drw.com"] (partial map :name))) |
| (ns clj-demo.overlay | |
| (:refer-clojure :exclude [==]) | |
| (:require [clojure.core.logic :refer :all])) | |
| (defrel person id) | |
| (defrel task id start end duration) | |
| (facts person [['A] ['B]]) | |
| (facts task [[1 0 10 5] | |
| [2 0 10 9] |