brandewinder
Figuring things out, one model at a time
- Posts
- 996
- Followers
- 455
- Following
- 915
-
Blogged: https://brandewinder.com/2026/05/20/first-steps-with-bolero/
Where I look into using Bolero to render SVG using F# and WebAssembly, and I am pleasantly surprised by the experience.
#fsharp -
Bitten yet again by operator precedence, I am sure it's not the last time I forget that 100 / 2 * 5 is not the same as 100 / (2 * 5). I suspect it's because I keep mentally picturing / as a big wide fraction bar.