#type-classes

[ follow ]
Medium
1 month ago
Scala

Monads Everywhere - Simply get the advantage of Generics

Monads simplify creating thread-safe primitives for any type without boilerplate.
Type classes enable working with different types like Integer or String for thread-safe operations. [ more ]
jducoeur.medium.com
4 months ago
Scala

Cool new experiments in Type Classes

Scala 3 is now in the refinement phase, focusing on improving the details.
There are major changes proposed to the surface syntax of type classes in Scala 3 for better expressivity. [ more ]
Mark Hammons' Blog
2 months ago
Scala

A false end

Methods like 'certain' are defined with signatures that vary based on the platform, emphasizing platform-dependency and type safety. [ more ]
[ Load more ]