Comonads for Life
We will look at Comonads, a type class closely related to Monads, firstly from an abstract point of view and progressing to a couple of practical, yet simple, examples of using Comonads for interesting applications. Justin Heyes-Jones (@justinhj) |
Scala programming language wins SIGPLAN award
According to the SIGPLAN award committee, “Scala is one of the few programming languages from academia that has had a significant impact on the world as well as on programming languages research." |
Shapeless' HLists and how to traverse them
Learn how to achieve working sequence and traverse implementations for any HList and any Applicative. Yannick Heiber |
How to work with JSON in Scala
This tutorial introduces you to the basics of working with JSON in a Scala program, using the uPickle library. Li Haoyi (@li_haoyi) |
cleanframes - data cleansing library for Apache Spark!
cleanframes is a library that aims to automate data cleansing in Spark SQL with help of a generic programming. Dawid Rutowicz |