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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -