Hi Julio,
There is a difference between `converting Clojure code to Java code` and
`compiling Clojure into .class files`. Can you clarify which one are you
trying to accomplish?
Also if you can provide some more context we might be able to make better
suggestions.
On Thu, May 1, 2014 at 4:56
Really, try procyon.
Of course, it depends on whether you mean "java code that you can look
at, and get an idea of what is going on easier than looking at
bytecode", or "java code that you can compile to get the same thing that
you decompiled". The latter no, but the former works.
Phil
Alex Mil
rogramming a bit in Clojure, and in my opinion it's like
>> making Java programs without typing long Java because of it running on the
>> JVM. However, I wanna be able to convert my Clojure code to Java code. I
>> know Leiningen can do that, but I am really clueless at t
gt; Andy
>
>
> On Wed, Apr 30, 2014 at 7:05 PM, Julio Berina wrote:
>
>> I've been programming a bit in Clojure, and in my opinion it's like making
>> Java programs without typing long Java because of it running on the JVM.
>> However, I wanna be able to
mpiler.html&sa=D&sntz=1&usg=AFQjCNELMB-Kz689Y3YbzpIgravhxAF7Gw>
>
> Andy
>
>
> On Wed, Apr 30, 2014 at 7:05 PM, Julio Berina
> > wrote:
>
>> I've been programming a bit in Clojure, and in my opinion it's like
>> making Java programs without
Andy
>
>
> On Wed, Apr 30, 2014 at 7:05 PM, Julio Berina wrote:
>
>> I've been programming a bit in Clojure, and in my opinion it's like
>> making Java programs without typing long Java because of it running on the
>> JVM. However, I wanna be able to convert my C
it's like making
> Java programs without typing long Java because of it running on the JVM.
> However, I wanna be able to convert my Clojure code to Java code. I know
> Leiningen can do that, but I am really clueless at this point, and I don't
> know what other programs out the
I've been programming a bit in Clojure, and in my opinion it's like making
Java programs without typing long Java because of it running on the JVM.
However, I wanna be able to convert my Clojure code to Java code. I know
Leiningen can do that, but I am really clueless at this po