Explore >> Select a destination


You are here

mikehadlow.blogspot.com
| | blog.ploeh.dk
14.2 parsecs away

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

Travel
| | Part one of a series, starting with partial application.
| | www.bartoszsypytkowski.com
15.1 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
| | theincredibleholk.org
91.6 parsecs away

Travel
| One of the items on our Async 2027 Roadmap is to come up with some kind of asynchronous cleanup mechanism, like async Drop. There are some tricky design questio...