Skip to content

Instantly share code, notes, and snippets.

@sogaiu
sogaiu / save.clj
Last active February 11, 2019 23:54 — forked from saikyun/save.clj
Proto repl save functionality for ClojureCLR + initial docs attempt
(ns miracle.tools.save
(:require [clojure.walk :refer [postwalk]]))
;; usage
;;
;; (save) or (save :whatever) somewhere in a function to save all the local
;; bindings at that point in time.
;;
;; (save-func ...) where ... is the body of your functions (e.g. (defn hej [a]
;; (save-func (let [b 5] (+ a b)))))
@sogaiu
sogaiu / 0 - data.md
Created January 16, 2019 23:30 — forked from sundarj/0 - data.md
data: towards enlightenment

data

towards enlightenment

‘It is a capital mistake to theorize before one has data. Insensibly one begins to twist facts to suit theories, instead of theories to suit facts.’