Keynote - What to Leave Implicit by Martin Odersky
Video Statistics and Information
Channel: Scala Days Conferences
Views: 17,394
Rating: 4.8649788 out of 5
Keywords: scala, scaladays, scaladayschicago, chicago, scala days, martin odersky, odersky, implicit, constructs, imports, inheritance, language, implicits, implementation, scala days chicago
Id: Oij5V7LQJsA
Channel Id: undefined
Length: 64min 10sec (3850 seconds)
Published: Mon Apr 24 2017
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Meta comment: the roadmap seems to be taking more and more of a concrete shape with each Dotty update.
Scala 2.13 is slated to land end of Q1 2018 (i.e. less than a year from now) and then apparently Scala 2.14 and Scala 3.0/Dotty will be launched in parallel. Could be mid-late 2019 when Dotty lands. Would be thrilled if that were the case...
"Implicits are what make Scala, Scala" - I couldn't agree more, they very accurately represent the double edged sword Scala can be.
While the additional restrictions on implicits and the addition of implicit funtion types sound great in principle, I'm wondering what affect the new rules around implicit conversions will have on how scala authors approach DSL development.
As I understand it the below code will not compile since the definition of the implicit conversion and its application exist in separate source files.