Skip to content

Instantly share code, notes, and snippets.

@tomsw
tomsw / gist:5120775
Created March 8, 2013 23:05
Splitting a complex clojure namespace
;;; currently I have something like this
;;; file myapi/core.clj
(ns myapi.core
"Core functions for my api")
(load "gui")
(load "forms")
;; etc.