From Code like a Pro in C# by Jort Rodenburg
This article gives an overview of exactly how C# code is compiled.
This part of the article series delves into using map to transform an object contained in an Option and how to chain optional values together using flatMap.
From Elm in Action by Richard Feldman
This article deals with writing fuzz tests in Elm.
From Get Programming with Scala by Daniela Sfregola
This article introduces the Option
type and discuss why you would (or wouldn’t) want to use it and when.
From Machine Learning with R, tidyverse, and mlr by Hefin Rhys
This article covers:
• What the tidyverse is
• What’s meant by tidy data
• How to install and load the tidyverse
• How to use the tibble, dplyr, ggplot2 and tidyr packages of the tidyverse
Six Questions for Ivan Čukić, author of Functional Programming in C++
Ivan Čukić has been coding since 1998, and is now a core developer in C++ at KDE. He teaches modern C++ and functional programming at the Faculty of Mathematics at the University of Belgrade.
By Frances Lefkowitz