Prohibition of *1, *2, etc. with Clojure's assoc-in function

2016-07-23 Thread Michael Rice
Why the prohibition? Michael -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from t

Access user created Java package from Clojure

2016-05-16 Thread Michael Rice
I'm working through "Clojure for the Brave and True." Right now I'm focused on Java interop, in particular creating a simple Java package and accessing it from Clojure. My applicable directory structure is listed below along with some code, examples of it executing, and my classpath. For starte