Double-Typed Relations for Partial Data Representation

Written by Arseniy Zhizhelev

In the previous article about constructing types in Scala we’ve reviewed the idea of constructing types that are similar to classes. This allows to separate stored data from meta-information and emphasize representation of entities properties. But the mentioned approach turns out to be quite...

Scala
  •  
  • 4681

Introduction to Elixir

Written by Kukuruku Hub

Who This Article Is For I would say that the article is mainly for people who already have an experience with some other programming languages, but they want to look around. Also, functional programming is a trending thing nowadays. So if you want to see what it actually is, welcome. If you...