I like the idea of Lombok and doing more with annotations and having to write less code as a user.
Gary On Wed, Aug 31, 2016 at 8:03 AM, Mikael Ståldal <[email protected]> wrote: > Then we probably not have to do anything for Groovy. But maybe for Kotlin. > > Another language to consider would be Clojure. > > On Wed, Aug 31, 2016 at 4:54 PM, Matt Sicker <[email protected]> wrote: > >> I know Groovy already has a built-in feature that makes using Log4j 2 >> easier: >> >> http://docs.groovy-lang.org/latest/html/gapi/groovy/util/log >> ging/Log4j2.html >> >> And that's pretty similar to the Lombok feature: >> >> https://projectlombok.org/features/Log.html >> >> On 31 August 2016 at 03:36, Mikael Ståldal <[email protected]> >> wrote: >> >>> Could make sense. Otherwise people will probably create and use >>> libraries like https://github.com/MicroUtils/kotlin-logging which links >>> to SLF4J. >>> >>> On Tue, Aug 30, 2016 at 8:21 PM, Matt Sicker <[email protected]> wrote: >>> >>>> I'm currently interesting in a few JVM languages, and besides Groovy, >>>> each language seems to have their own idiomatic ways of handling things >>>> that are just slightly different enough from Java to either warrant a >>>> separate module (like the Scala one) or at least documenting how to use it >>>> in such a language. For instance, some details on using Log4j in Kotlin: < >>>> https://stackoverflow.com/questions/34416869/idiomatic-way- >>>> of-logging-in-kotlin>. >>>> >>>> I'm not familiar enough with any of the languages to really make good >>>> recommendations yet, but I think it might be worthwhile to start >>>> documenting support in other JVM languages. What do you guys think? >>>> >>>> -- >>>> Matt Sicker <[email protected]> >>>> >>> >>> >>> >>> -- >>> [image: MagineTV] >>> >>> *Mikael Ståldal* >>> Senior software developer >>> >>> *Magine TV* >>> [email protected] >>> Grev Turegatan 3 | 114 46 Stockholm, Sweden | www.magine.com >>> >>> Privileged and/or Confidential Information may be contained in this >>> message. If you are not the addressee indicated in this message >>> (or responsible for delivery of the message to such a person), you may >>> not copy or deliver this message to anyone. In such case, >>> you should destroy this message and kindly notify the sender by reply >>> email. >>> >> >> >> >> -- >> Matt Sicker <[email protected]> >> > > > > -- > [image: MagineTV] > > *Mikael Ståldal* > Senior software developer > > *Magine TV* > [email protected] > Grev Turegatan 3 | 114 46 Stockholm, Sweden | www.magine.com > > Privileged and/or Confidential Information may be contained in this > message. If you are not the addressee indicated in this message > (or responsible for delivery of the message to such a person), you may not > copy or deliver this message to anyone. In such case, > you should destroy this message and kindly notify the sender by reply > email. > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
