|
You are here |
wickstrom.tech | ||
| | | | |
www.lambdabytes.io
|
|
| | | | | Website of Jonathan Thaler @ lambda::bytes | |
| | | | |
sookocheff.com
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | The `Send` and `Sync` traits in Rust are cool, here are two edge-ish cases. | ||