You can quickly load a file into a REPL session using the load-file function. You can specify an absolute or relative path and it will
load-file
sequentially read and evaluate the set of forms contained in the file.
(load-file "path/to/file.clj")
See the load-file docsarrow-up-right for more details.
Last updated 4 years ago