/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

fsharpforfunandprofit.com
| | degoes.net
4.8 parsecs away

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

Travel
| | In functional programming, the notion of dependencies must be rejected. Instead, applications should be composed from pure and impure functions.
| | www.bartoszsypytkowski.com
1.5 parsecs away

Travel
| | Today, we're going to cover different ways of encapsulating capabilities and supplying them between functions using functional programming techniques which can be realized in F#. Managing code dependencies in object oriented languages in 2020 is pretty much one sided problem: dependency injection has won, people use dedicated frameworks to handle
| | ostash.dev
12.4 parsecs away

Travel
| Working with larger Clojure projects or libraries requires us to use some concepts that we all know from the Object Oriented Programming (OOP) world.