Re: How things are going about expansion, class creation and loading of procedures

2012-12-11 Thread Yoshinori Kohyama
Mr. @athos0220 gave me a great help via twitter. https://twitter.com/athos0220/status/278439357126418432 (in Japanese) http://ideone.com/8mBm5N https://gist.github.com/4255602 Now I can write macros without class files. Thank you. With regards, Yoshinori Kohyama -- You received this message

How things are going about expansion, class creation and loading of procedures

2012-12-10 Thread Yoshinori Kohyama
Hello all. I thank developers of and on clojure always for giving me great programming experience. Now I want to reduce overhead of class-loading because I run applications in embedded computers with slow storage. How can I check * when each procedure is expanded, * if a class file is created