Free Monads in Web Stack — Part I
First part of the series focuses on building the core logic using free monads.
Marcin Rzeźnicki
What's new in Clippy?
Enahnce your compiler errors.Clippy 0.4.1 brings highlighted diff in type mismatch errors and support for per-project advices. Krzysztof Ciesielski (@kpciesielski) |
Making the move from Scala to Go, and why we're not going back
A case study of some Scala disadvantages that made the team switch to a different technology. Mariano Gappa (@MarianoGappa) |
Parsing Simple Grammars In Scala With parboiled2
A simple example demonstrating why parboiled2 is a great way to handle little expression languages that need to be exposed either internally or externally. Ryan Plessner (@ryan_plessner) |
Borders, Approximations and Geo-Hashes
We will work in Scala on a dataset of country borders(multi-polygons) and see how to approximate country surfaces with geo-hashes. Adrian Bona (@adrianulbona) |