Re: How to profile a clojure program?

2015-02-10 Thread Nicholas Kariniemi
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

Re: [ANN] Skummet alpha-1 released

2014-08-13 Thread Nicholas Kariniemi
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