> tagless final style which is the most popular...
# functional
d
tagless final style which is the most popular and efficient
Does this mean they are resolved at compile time? Why is it better than function composition? And in the end, classes and interfaces are being used... is this because of the limits of the language @raulraja?