This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Hillelogram is on break
hillelwayne.com
did:plc:rvlyeda73kxm7l2weegk73pa
In rust, mutable parameters are a separate type than immutable parameters. I wonder if this would be useful in languages even *without* a borrow checker.
ie I write the function
fn add_one(x: mut int)
The compiler would *prevent* passing an immutable integer in (which would be the default type)
2025-01-06T19:42:59.750Z