Explore >> Select a destination


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.
| | jmmv.dev
4.2 parsecs away

Travel
| | Dependency injection is one of my favorite design patterns to develop highly-testable and modular code. Unfortunately, applying this pattern by taking Rust traits as arguments to public functions has unintended consequences on the visibility of private symbols. If you are not careful, most of your crate-internal APIs might need to become public just because you needed to parameterize a function with a trait. Let's look at why this happens and what we can do about it.
| | agentultra.com
29.2 parsecs away

Travel
| [AI summary] A developer shares a four-and-a-half-year retrospective on using Haskell for large-scale enterprise production, weighing trade-offs in tooling and hiring against benefits in safety, concurrency, and maintainability.