Are there any programming languages with the same syntax as rust (or similar)?
Go zig! It’s really awesome
Submitted 1 day ago by ryujin470@fedia.io to [deleted]
Are there any programming languages with the same syntax as rust (or similar)?
I take it you’re not a fan of the borrow rules?
Would you rather manage your memory yourself, or would you rather use a language with a runtime?
Those are your only 2 remaining options for managing memory if you exclude rust-like reference constraints.
Rust is special regarding references but Kotlin reads similarly.
Swift is pretty close. I’ve been trying it out recently after writing years of Rust and it’s been great so far (and pretty much completely eliminates the big tooling complaints I have about Rust…).
CameronDev@programming.dev 1 day ago
Gleam is very similar syntactically. Never used it, so can’t say anything more about it.