Post #2394319
2026-05-05 22:33 UTC
@schwa@mastodon.social I’d love to limit _reads_ but that’s super impractical. (The usage is in things like a builder where I want to prevent people consulting app state when I’m asking them to build things with the state I’ve provided to the closure)
Replies (1)
-
@schwa@mastodon.social 2026-05-05 22:41
@Gte@mastodon.social yeah I need a closure in MetalSprockets that I can guarantee won’t have side effects so I can treat the closure as a constant. And not a thing can do anything to anyone any old time.