I actually really enjoyed the article... it wasn't much new for me in terms of Java, but I think one of the places we're lacking in documentation is help for Java n00bs trying to get a handle on JVM programming, especially since the "idiomatic" way of accessing Java from Clojure is directly.
Personally, I'm grateful for the plethora of libraries that wrap Java libs in "pure" Clojure so I don't have to think about Java when I'm writing Clojure. One of the things that turned me off about CL and Racket was writing awful FFI llibs to hook into C system libs. What I'd love to see is a tutorial on abstracting Java classes and interfaces in pure Clojure, and perhaps something like Ruby's FFI lib that lets you forget about the runtime you're using (Clojure, ClojureCLR, even some of the neophyte efforts like C Clojure or Clojure-in-Clojure)... Ok, rambling a bit here... but I love the fact that Clojure lets me leverage the entire Java stdlib, I just wish I didn;t have to switch gears and think about how to proxy that AbstractSingletonFactoryFactoryInterfaceFactory to write the Lisp-y code I wanted to in the first place. Just my $0.02... Jason Lewis Email jasonlewi...@gmail.com Twitter @canweriotnow <http://twitter.com/canweriotnow> Blog http://decomplecting.org About http://about.me/jason.lewis On Wed, Mar 13, 2013 at 10:58 PM, Daniel Higginbotham < nonrecurs...@gmail.com> wrote: > I've been feeling like my lack of Java knowledge has been holding me back > with Clojure, so I've started to learn it and have written an article on > how you compile and run a Java program: > http://www.flyingmachinestudios.com/programming/how-clojure-babies-are-made-the-java-cycle/. > Is the information in the article accurate? I'm not 100% sure and would > love any feedback. Also, are there any other resources for this kind of > info? > > Please forgive me if I shouldn't be sending a link to my blog to the > mailing list - I don't know whether this is proper etiquette or not. > > Thanks! > > -- > -- > 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 this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- 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 this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.