I would think you could just use a normal profiler with some mental
translations. The translations between Clojure vars/namespaces and Java
classes are in most cases pretty straightforward. A function "foo" in
namespace "core" becomes class "core$foo", function bar becomes "core$bar",
etc. Then
This looks nice, I will give it a try.
On Tuesday, August 12, 2014 5:18:23 PM UTC+3, Alexander Yakushev wrote:
>
> So I am finally comfortable for showing Project Skummet to the general
> public.
> Skummet is a experimental Clojure branch that features a modified
> AOT-compiler
> providing the f