How can I use one file from my project in another file?
Posted
by Alex Baranosky
on Stack Overflow
See other posts from Stack Overflow
or by Alex Baranosky
Published on 2010-03-17T01:44:20Z
Indexed on
2010/03/17
1:51 UTC
Read the original article
Hit count: 365
clojure
Simple question. I'm new to Clojure.
How can I use one file from my project in another file? Basically how can I include, import, or require another file?
Thanks, Alex
© Stack Overflow or respective owner