If I split my code across files, how do I make it so that the REPL can "see" all the code? For example, if I have a main.clj and a tests.clj, when I run the REPL from one of the two files, it only sees the definitions from that file, not everything in the project.
What's the right way to do this? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
