Thank you! I implemented your suggestion of breaking up the Java code.
On Thursday, March 14, 2013 10:42:55 AM UTC-4, Chris Ford wrote:
>
> You could also consider visually breaking up Java code that is across
> multiple files. You've got "// Contents of:" comments, but a break in the
> grey bac
This is exactly the kind of content I was looking for. Thank you!
On Thursday, March 14, 2013 3:05:16 PM UTC-4, Jeremy Heiler wrote:
>
> On Thu, Mar 14, 2013 at 12:41 AM, Jason Lewis
>
> > wrote:
>
>> What I'd love to see is a tutorial on abstracting Java classes and
>> interfaces in pure Cloju
On Thu, Mar 14, 2013 at 12:41 AM, Jason Lewis wrote:
> What I'd love to see is a tutorial on abstracting Java classes and
> interfaces in pure Clojure, [...]
>
Zach Tellman did a great talk about this called "Distilling Java Libraries"
at Clojure/West 2012. Check it out!
http://www.infoq.com/pre
You could also consider visually breaking up Java code that is across
multiple files. You've got "// Contents of:" comments, but a break in the
grey background would also be helpful.
Nice post. The world needs more people willing to explain basic concepts in
a clear, un-patronising way.
Cheers,
Thanks! Updated!
On Thursday, March 14, 2013 8:28:47 AM UTC-4, Marko Topolnik wrote:
>
> One point crosses my mind: JAR is a regular ZIP file. First time I learned
> that, I felt a great relief: it goes a long way towards demystifying the
> practical concerns of living with Java.
>
> On Thursday
One point crosses my mind: JAR is a regular ZIP file. First time I learned
that, I felt a great relief: it goes a long way towards demystifying the
practical concerns of living with Java.
On Thursday, March 14, 2013 1:03:17 PM UTC+1, Daniel Higginbotham wrote:
>
> Thanks for the feedback, guys!
Thanks for the feedback, guys! It's good to know I'm on the right track.
I've also cleaned up the formatting - thank you for pointing that out :)
It seems like the clojure style guide goes some way toward showing how to
wrap Java, though it doesn't really go into detail about handling all the
d
I like the content of the article, but shouldn't you fix the formatting?
Source code is badly mangled and some bulleted lists are flowed into a
single paragraph.
On Thursday, March 14, 2013 3:58:58 AM UTC+1, Daniel Higginbotham wrote:
>
> I've been feeling like my lack of Java knowledge has been
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.
Perso