Pritam Kadam
@_pritam_kadam_
Developer @Thoughtworks
ID: 112149106
07-02-2010 12:02:16
743 Tweet
122 Takipçi
694 Takip Edilen
I didn't do #Scala for ~3 years. This is why this conversation with Anton Sviridov (a big Scala user and staff engineer @ Disney Streaming Services) about new features in #Scala3 was especially interesting and even got me excited about the lang again: youtu.be/GCuskYmhvAc
Scala 3 could be huge for adding type safety to unsafe java apis at no runtime cost. Here is an example to make a safe generic record from Map[String, Any] gist.github.com/johnynek/1e3cb… -- imagine this for spark dataframes where we have an opaque type for Row that adds column types.