Skip to content

Instantly share code, notes, and snippets.

@kenny-evitt
Created February 14, 2015 15:47
Show Gist options
  • Save kenny-evitt/8b3b02caf0d128d852f7 to your computer and use it in GitHub Desktop.
Save kenny-evitt/8b3b02caf0d128d852f7 to your computer and use it in GitHub Desktop.
Clojure Leiningen REPL commands
; Requiring a namespace file
(require '[this.is.the.relevant-namespace :as the-alias])
; Reload a namespace file
(require 'this.is.the.relevant-namespace :reload-all)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment