Re: [ANN] clj-java-decompiler - decompile any Clojure form into Java in the REPL

2018-01-29 Thread Howard Lewis Ship
Very impressive; this is already answering some nagging questions I've had about code generation, especially with protocols and defrecord. On Mon, Jan 29, 2018 at 8:25 AM, Laurens Van Houtven <_...@lvh.io> wrote: > This is awesome! Thanks Alexander! > > On Mon, Jan 29, 2018 at 8:58 AM, Alexander

Re: [ANN] clj-java-decompiler - decompile any Clojure form into Java in the REPL

2018-01-29 Thread Laurens Van Houtven
This is awesome! Thanks Alexander! On Mon, Jan 29, 2018 at 8:58 AM, Alexander Yakushev wrote: > I'm happy to release clj-java-decompiler[1] today, a wrapper around > Procyon[2] Java decompiler. With it, you can cut the feedback loop of > writing a file, AOT-compiling it, and then running the cla

[ANN] clj-java-decompiler - decompile any Clojure form into Java in the REPL

2018-01-29 Thread Alexander Yakushev
I'm happy to release clj-java-decompiler[1] today, a wrapper around Procyon[2] Java decompiler. With it, you can cut the feedback loop of writing a file, AOT-compiling it, and then running the classes through a decompiler to a single call in the REPL. user> (clj-java-decompiler.core/decompile