Edit: grammar, sry.
Scala 2.12.0 is now available
11–20 of 78 posts
Re: Scala 2.12.0 is now available
#12Re: Scala 2.12.0 is now available
#13The right-biased Either, and the partial unification support that it builds on, are a much needed and much appreciated improvement. Really looking forward to trying out this release.
Edit: found something: https://gist.github.com/djspiewak/7a81a395c461fd3a09a6941d4c...
Re: Scala 2.12.0 is now available
#14Re: Scala 2.12.0 is now available
#15Does anyone have any tips for learning Scala? I want to learn the language, it looks very interesting, and I have some familiarity with Scheme, Haskell and Ocaml, but I just don't know how to start. What should I read? What should I build?
Re: Scala 2.12.0 is now available
#16Does anyone have any tips for learning Scala? I want to learn the language, it looks very interesting, and I have some familiarity with Scheme, Haskell and Ocaml, but I just don't know how to start. What should I read? What should I build?
Re: Scala 2.12.0 is now available
#17Does anyone have any tips for learning Scala? I want to learn the language, it looks very interesting, and I have some familiarity with Scheme, Haskell and Ocaml, but I just don't know how to start. What should I read? What should I build?
[0] https://groups.google.com/forum/#!topic/scala-internals/r2Gn...
Re: Scala 2.12.0 is now available
#18The right-biased Either, and the partial unification support that it builds on, are a much needed and much appreciated improvement. Really looking forward to trying out this release.
Is there a good source to read about what is partial unification for the uninitiated? Googling it lead me to this: https://issues.scala-lang.org/plugins/servlet/mobile#issue/S... which points to a formal proof of my functional programming concepts illiteracy ( http://www.cs.cmu.edu/~fp/papers/lfp88.pdf ). Couldn't understand a word and I use scala for work... Any chance there is an easy explanation? Edit: found somet…
https://gist.github.com/djspiewak/7a81a395c461fd3a09a6941d4c...
Re: Scala 2.12.0 is now available
#19Does anyone have sample sizes on Jar file size reduction, or clean compile time from the new backend? I haven't been deep in Scala for a few months, and it sounds interesting that Java8 allowed some improvements on the back end...
2.9 2.10 2.11 2.12
Scala library 9.0 7.1 5.7 5.5
Scala compiler 11.5 14.5 15.5 10.1
ScalaTest (3.0.0) 10.5 10.4 7.0
data is in Megabyte. Compilation would be interesting, since I have read multiple times that it is slower due to a jvm bug. Only a few days ago for example: https://www.reddit.com/r/programming/comments/5ab948/scala_2...Re: Scala 2.12.0 is now available
#20The right-biased Either, and the partial unification support that it builds on, are a much needed and much appreciated improvement. Really looking forward to trying out this release.
Is there a good source to read about what is partial unification for the uninitiated? Googling it lead me to this: https://issues.scala-lang.org/plugins/servlet/mobile#issue/S... which points to a formal proof of my functional programming concepts illiteracy ( http://www.cs.cmu.edu/~fp/papers/lfp88.pdf ). Couldn't understand a word and I use scala for work... Any chance there is an easy explanation? Edit: found somet…