Explore >> Select a destination


You are here

justinhj.github.io
| | ashishvegaraju.com
3.1 parsecs away

Travel
| | In my last article about Functional domain modeling, I explored the expressiveness of F# in modeling a domain. I fell in love with the simplicity and expressiveness of the language. In this article I will attempt to explore function purity in F#. In F#, functions are first class citizens because it allows to pass function as an argument to other function, return a function or assign function to a variable. Initially I found it a bit hard to wrap my head around the concept of treating functions as first class citizens. In fact one of the biggest challenge for me was surprisingly not the weird syntax of F#, but to think in terms of functions.
| | rachelcarmena.github.io
3.8 parsecs away

Travel
| | Some characteristics of functional programming
| | degoes.net
3.9 parsecs away

Travel
| | Functional programming has a bit of jargon, but that doesn't have to stop you from understanding core concepts
| | blog.dhsdevelopments.com
22.6 parsecs away

Travel
| For the last few years, I've solved some of the Advent of Code problems using Kap. It's turned out to work quite well, and Kap has turned...