Towards Scala 3
scala-lang.org
Towards Scala 3
1–10 of 383 posts
Re: Towards Scala 3
#2Who's still in Scala boat? Are Google or Fb or other big cos known to give back to open-source growing any Scala codebases now?
Re: Towards Scala 3
#3Re: Towards Scala 3
#4Just curious, what companies (or kinds of companies) are betting on Scala nowadays? It seems that the people wanting "better Java" all decided they like Kotlin, and the functional programming people now gravitate more towards either F# (for .NET ecosystem) or OCaml/Reason (for the more unixy world). And the academic/research/learning crowd seems to like Haskell more. Who's still in Scala boat? Are Google or Fb or oth…
Re: Towards Scala 3
#5Re: Towards Scala 3
#6Great news! Kind of confused about scala2 and 3 sharing the same standard library. I thought that was being redesigned.
Re: Towards Scala 3
#7Just curious, what companies (or kinds of companies) are betting on Scala nowadays? It seems that the people wanting "better Java" all decided they like Kotlin, and the functional programming people now gravitate more towards either F# (for .NET ecosystem) or OCaml/Reason (for the more unixy world). And the academic/research/learning crowd seems to like Haskell more. Who's still in Scala boat? Are Google or Fb or oth…
Scala is used pretty heavily in the big data world, particularly if you are working with Spark.
Re: Towards Scala 3
#8Just curious, what companies (or kinds of companies) are betting on Scala nowadays? It seems that the people wanting "better Java" all decided they like Kotlin, and the functional programming people now gravitate more towards either F# (for .NET ecosystem) or OCaml/Reason (for the more unixy world). And the academic/research/learning crowd seems to like Haskell more. Who's still in Scala boat? Are Google or Fb or oth…
Re: Towards Scala 3
#9Re: Towards Scala 3
#10Great news! Kind of confused about scala2 and 3 sharing the same standard library. I thought that was being redesigned.
The shared library we are talking about is the upcoming 2.13 library, which has the new collections design. We currently link against the 2.12 library but will switch to 2.13 once that comes out.