Skip to content

Instantly share code, notes, and snippets.

View eval's full-sized avatar
💭
ƛ

Gert Goet eval

💭
ƛ
View GitHub Profile
@eval
eval / .gitignore
Created October 2, 2018 11:20 — forked from caskolkm/logging.cljc
Simple Clojurescript logging using Google Closure logging tools, now in cljc :)
out/
@eval
eval / clojure-intro.md
Last active July 12, 2017 13:05 — forked from nicorikken/clojure-intro.md
HelloData Clojure intro
@eval
eval / set-game.clj
Last active May 10, 2017 07:46 — forked from cgrand/set-game.clj
the SET game in clojure.spec
;; the SET game in clojure.spec
;; inspired by https://github.com/jgrodziski/set-game
;; run via:
;; $ lein try org.clojure/spec.alpha org.clojure/test.check "0.9.0"
;; requires the following in ~/.lein/profiles.clj
;; {:repl
;; {:dependencies [
;; ^:displace [org.clojure/clojure "1.9.0-alpha15"]
;; [org.clojure/test.check "0.9.0"]
;; ]}