What kind of metrics, for that matter? Even if you don't release as JVM bytecode, it's still okay to produce some for the sake of a static analysis tool. Profiling, OTOH, is best done on the target platform, for obvious reasons!
On 1 September 2010 11:54, Viktor Klang <[email protected]> wrote: > > > On Wed, Sep 1, 2010 at 12:13 PM, Moandji Ezana <[email protected]> wrote: > >> On Wed, Sep 1, 2010 at 8:46 AM, Roland Tepp <[email protected]> wrote: >> >>> The only thing tying your Scala programs to JVM is your own use of Java >>> libraries. >>> >> >> And build tools, metrics tools, integration tools, IDEs, etc. >> > > SBT is written in Scala, TextMate w Scala bundles or emacs with ensime > works as IDE. > > Now we're down to metrics and integration, what kind of integration do you > need? > > >> >> A mere detail. >> >> Moandji >> >> -- >> You received this message because you are subscribed to the Google Groups >> "The Java Posse" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<javaposse%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/javaposse?hl=en. >> > > > > -- > Viktor Klang, > Code Connoisseur > Work: www.akkasource.com > Code: github.com/viktorklang > Follow: twitter.com/viktorklang > Read: klangism.tumblr.com > > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<javaposse%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > -- Kevin Wright mail/google talk: [email protected] wave: [email protected] skype: kev.lee.wright twitter: @thecoda -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
