compilation - Location of generated class files when used in clojure repl -


when enter (use 'some.namespace) in repl, corresponding clojure file compiled , loaded. compiled class files stored on file system, or reside in memory? repl started command line, no editor/ide involved.

when use namespace, no class files generated anywhere know of. time class files generated if explicitly aot compile code, , of time, won't need to.

you can learn more compilation here: http://clojure.org/compilation


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -