These are my notes and further material for my Hands-on logic programming with core.logic session at FP Days 2013. A part from the teaching script found in src/
, this repository contains
src/lecture_notes.clj
: lecture notes concerning finite domainshomework.md
: some optional homeworkwhere_to_go_now.md
: material for further study
Start a repl and start copying things in from src/hands_on.clj
lein repl
Alternatively, start a nREPL session in Emacs.
At the session, I used Hajime to allow people to start coding without having to set up Clojure on their local machine. My modified version of Hajime can be found here.