From First Principles: Why Scala?
lihaoyi.com
From First Principles: Why Scala?
1–10 of 342 posts
Re: From First Principles: Why Scala?
#2Re: From First Principles: Why Scala?
#3Re: From First Principles: Why Scala?
#4I'm not sure about the JIT part though. Aren't many of the recent language success stories now about AOT compiled languages like Go, Rust and Swift?
Re: From First Principles: Why Scala?
#5If I've said it once I've said it a thousand times: the day Scala kills sbt officially will be the day thousands of devs consider a return to it. Until then, I couldn't dare.
Re: From First Principles: Why Scala?
#6If I've said it once I've said it a thousand times: the day Scala kills sbt officially will be the day thousands of devs consider a return to it. Until then, I couldn't dare.
Re: From First Principles: Why Scala?
#7Great Analysis! I agree that languages are becoming more like Scala. I'm not sure about the JIT part though. Aren't many of the recent language success stories now about AOT compiled languages like Go, Rust and Swift?
I haven’t had much opportunity to use Scala, but I did take Martin’s Functional Programming with Scala course years ago, and that was great.
Re: From First Principles: Why Scala?
#8If I've said it once I've said it a thousand times: the day Scala kills sbt officially will be the day thousands of devs consider a return to it. Until then, I couldn't dare.
Re: From First Principles: Why Scala?
#9Scala is nice for doing things with Spark compared to say, Java, but I really think that Kotlin can do just as well. The only advantage Scala has with Spark is the syntactic sugar. Once there is an API for Kotlin (beyond the preview version), I will be dropping Scala like a bad habit. Kotlin is also concise, has better IntelliJ support, less "implicit magic", and better Java interop. https://github.com/JetBrains/kotl…
That's gonna be hard to beat for most languages I guess, the best IntelliJ support will most likely always go to Kotlin :-)
Re: From First Principles: Why Scala?
#10If I've said it once I've said it a thousand times: the day Scala kills sbt officially will be the day thousands of devs consider a return to it. Until then, I couldn't dare.