Explore >> Select a destination


You are here

justinhj.github.io
| | blog.michal.pawlik.dev
2.7 parsecs away

Travel
| | When learning about Scala, there are a few things that might be surprising. One of such mechanisms is code derivation. With this post I want to demystify the term for those of you who are learning Scala and functional programming in general. TL;DR This post is intended for Scala beginners and does not go into the details of building your own derivation. Instead, it shows the client side of things, aiming to show the impact on the code simplification.
| | henko.net
4.1 parsecs away

Travel
| | A selection of functional programming concepts that I feel are helpful to all developers.
| | mmhaskell.com
3.9 parsecs away

Travel
| |
| | simpleprogrammer.com
20.2 parsecs away

Travel
| Rust and Go are new programming languages. Each solves problems inherent in previous programming languages such as C and C++. And if you're not sure which one fits your project - check out this comparison article, in which we'll look deeper into Rust vs. Go. By the end of the comparison, you'll have a clear [...]