Skip to content

Files

Latest commit

fc7f050 · Jan 14, 2016

History

History
13 lines (9 loc) · 381 Bytes

load-a-file-into-the-repl.md

File metadata and controls

13 lines (9 loc) · 381 Bytes

Load A File Into The REPL

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

sequentially read and evaluate the set of forms contained in the file.

(load-file "path/to/file.clj")

See the load-file docs for more details.