Skip to content

Instantly share code, notes, and snippets.

View aaronpowered's full-sized avatar
💭
I am on Gitlab right now

aaron aaronpowered

💭
I am on Gitlab right now
View GitHub Profile
@zentrope
zentrope / core.clj
Created January 21, 2016 17:49
core.logic scratch
(ns ls.core
(:gen-class)
(:refer-clojure :exclude [==])
(:require [clojure.core.logic :refer :all]
[clojure.core.logic.pldb :refer :all]))
;;-----------------------------------------------------------------------------
;; Interesting Links
;;
;; http://michaelrbernste.in/2013/05/12/featurec-and-maps.html
(require '[clojure.math.combinatorics :as combo]
'[clojure.core.async :as async])
(def zeus-route
["Kadena"
"Pohang"
"Pusan"
"Kimhae"
"Sachon"
"Taegu"