Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 214 Bytes

load-file.md

File metadata and controls

18 lines (12 loc) · 214 Bytes
name see also
cljs.core/load-file

Summary

Details

Only usable from a REPL.

Load file at filename, then compiles and evaluates its code.

Examples

(load-file "path/to/foo.cljs")