/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

golangbot.com
| | ashishvegaraju.com
4.7 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.
| | lukesingham.com
2.5 parsecs away

Travel
| | These are my summary notes of 'A Tour of Go' - which is meant for people who are familiar with programming to have a quick tour
| | initialcommit.com
4.8 parsecs away

Travel
| | In this article, we will explore variable assignment, function calls, and syntax errors. We will then use our understanding of these concepts to fix or avoid the "SyntaxError: can't assign to function call" error in Python.
| | lewisdale.dev
5.5 parsecs away

Travel
| Day Four brings the joys of arrays and structs