Explore >> Select a destination


You are here

wickstrom.tech
| | www.lambdabytes.io
5.5 parsecs away

Travel
| | Website of Jonathan Thaler @ lambda::bytes
| | sookocheff.com
5.2 parsecs away

Travel
| | I previously talked about what functional programming is by comparing it to other programming paradigms. This post expands on that post to talk specifically about practical differences between functional programming and the paradigm most of us are intimately familiar with - imperative. This post is punctuated with some quotes from the book An Introduction to Functional Programming Through Lambda Calculus. It's worth noting that each of these practical differences are enabled because of the power of referential transparency.
| | dygalo.dev
2.9 parsecs away

Travel
| | [AI summary] The article details a Python implementation using Hypothesis and dataclasses to generate valid Open API schemas, solving issues like recursion and reference resolution to improve testing resilience.
| | huonw.github.io
21.2 parsecs away

Travel
| The `Send` and `Sync` traits in Rust are cool, here are two edge-ish cases.