Skip to content
Turtle Kitty edited this page Aug 9, 2015 · 2 revisions

use

The use operator is syntactic sugar for load.

(use name path ...)
    -> (def name (load path ...))
Clone this wiki locally