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

Re: [ANN] Skummet alpha-1 released

2014-08-12 Thread Alexander Yakushev
Thank you for the feedback, Zach! I only tested on Dalvik so far, with Clojure and most part of Neko lean-compiled (including neko.ui). I plan to try it on ART soon, since Adam Clements made CoA finally working with ART. Alex Yakushev http://www.bytopia.org On Aug 12, 2014 6:49 PM, "Zach Oakes" w

Re: [ANN] Skummet alpha-1 released

2014-08-12 Thread Zach Oakes
I am so excited to use this, Alex! A hello world uberjar with Skummet is 1 MB slimmer and launches twice as fast on my netbook, though I won't call it a scientific test. And of course you know I'm excited about the prospects for CoA -- have you been testing it with ART yet, or just Dalvik? Great

[ANN] Skummet alpha-1 released

2014-08-12 Thread Alexander Yakushev
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 following features: a) Compiling vars into objects stored as namespace's static fields; b) Skipping emission of macros; c) S