Completed
Changes in Traits
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
What's Different in Dotty
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 IDE Integration
- 3 Dotty Release Schedule
- 4 Scalastic Principles
- 5 Scala was a Pioneer
- 6 Scalastic Pragmatics
- 7 Scala Simple?
- 8 Aims of Dotty
- 9 Essential: Foundations
- 10 DOT Calculus
- 11 Subtyping Lattice
- 12 Changes in Types, ctd
- 13 Changes in Traits
- 14 Tricky: Inheritance Diamonds
- 15 3. Enums
- 16 A Simple Enum ...
- 17 Enums can have Parameters
- 18 A Simple ADT...
- 19 4. Implicits
- 20 Puzzler #54
- 21 Tighten Rules for Implicit Conversions
- 22 Reducing Repetition
- 23 Dealing with Context
- 24 Towards a solution
- 25 Revised Example
- 26 Efficiency
- 27 The Reader Monad
- 28 Implicit Function Types
- 29 The Builder Pattern
- 30 Scala Implementation