Re: clojure code to java

2014-05-01 Thread Atamert Ölçgen
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

Re: clojure code to java

2014-05-01 Thread Phillip Lord
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

Re: clojure code to java

2014-05-01 Thread Alex Miller
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

Re: clojure code to java

2014-05-01 Thread Phillip Lord
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

Re: clojure code to java

2014-05-01 Thread henry w
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

Re: clojure code to java

2014-04-30 Thread Colin Fleming
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

Re: clojure code to java

2014-04-30 Thread Andy Fingerhut
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

clojure code to java

2014-04-30 Thread Julio Berina
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