One Scala feature per week articles

Currying in Scala

Scala is a hybrid language implementing both functional and object-oriented features. One of them that merits to be analyzed is currying.

Continue Reading β†’

Scala type bounds

Scala has a rich type system and one of interesting features are type bounds.

Continue Reading β†’

Scala context bound

This post begins the series of posts about Scala's features called "One Scala feature per week". Every week one particular Scala's functionality will be covered. This beginning post will explain context bound.

Continue Reading β†’