#scala
Read more stories on Hashnode
Articles with this tag
In the last post, a type class named TypeRelation was added to the implementation of platform-dependent types, enabling the creation of mappings...
https://www.youtube.com/watch?v=UC3DU4pFjFo Last time, we looked at two potential encodings of C's platform dependent type long. Today we'll renew our...
It's been a longstanding dream of mine to make C and Scala play nice. While Scala is one of my favorite languages, it tends to be trapped in the...
Associating items by Type Class ยท When learning Scala you'll eventually encounter two forms of polymorphism. If you come from a Java or C++ then you'll...
Strongly-typed programming languages allow us to avoid programming errors by lifting important information about data into the type system. By doing...
So far, the methods we've dealt with have had strictly defined types. Parameters for these methods were specified in terms of Int, Double, String,...