What's Next for Scala
lihaoyi.com
What's Next for Scala
1–10 of 203 posts
Re: What's Next for Scala
#2Re: What's Next for Scala
#3I'm particularly interested in how this plays out with dotty. My understanding was that lightbend was at some going to take over that compiler from EPFL, but taking over a compiler (the second, besides the current/old one) at the same time they are laying people off?
AFAIK Typesafe/Lightbend has made no commitment to Scala 3.
Too bad the roadmap for Scala 2.14 has been scrapped.
Re: What's Next for Scala
#4Re: What's Next for Scala
#5Six years at Lightbend, by Eugene Yokota (Scala sbt, scalaxb, scopt) https://news.ycombinator.com/item?id=22836399
Re: What's Next for Scala
#6https://trends.google.com/trends/explore?cat=5&date=all&geo=...
Early 2017, perhaps! Are Go and Rust seen as competitors to Scala?
Re: What's Next for Scala
#7Lightbend secures 25MM funding round, proceeds to layoff Scala contributors https://news.ycombinator.com/item?id=22842166
Re: What's Next for Scala
#8As one of those new people boosting recent numbers, Scala is great! I use vscode with Metals and had no jvm experience before. sbt is annoying, Mill seems super promising, and graalvm native images basically mean that if I was going to do it in python, I might as well use scala now.
I wrote an example using this new (optional syntax) https://github.com/olofwalker/ting, if anyone wants to have a look.
Re: What's Next for Scala
#9Re: What's Next for Scala
#10As one of those new people boosting recent numbers, Scala is great! I use vscode with Metals and had no jvm experience before. sbt is annoying, Mill seems super promising, and graalvm native images basically mean that if I was going to do it in python, I might as well use scala now.