Scala Path projections

Path dependent types and Path projection in Scala

3 minute read

Scala Implicit methods

Wanna pass an integer as a argument to a method that accepts String?! Use implicits...

3 minute read

Scala Implicit Class

Extend classes in Scala using Implicit classes. Add your own behaviors to already defined classes...

3 minute read

Scala call-by name

Create your own custom control blocks, conditional blocks, etc, and extend the language by using...

4 minute read