• NiftyBeaks@lemm.ee
    ·
    11 months ago

    As someone who wants to use Kotlin or Scala, is there another way to get around these two? Coming from .NET or NPM I found both of these to be terrible.

    • UFODivebomb@programming.dev
      ·
      11 months ago

      There is Mill https://github.com/com-lihaoyi/mill

      Which offers a nicer experience than the default Scala build tool: https://www.scala-sbt.org/

      I personally like sbt a lot, but I've been told mill is more approachable.