Inko looks like it copied Rust’s homework and changed it a little.
Inko Programming Language
Submitted 11 months ago by mac@programming.dev to programming@programming.dev
Comments
Pyroglyph@lemmy.world 11 months ago
superb@lemmy.blahaj.zone 11 months ago
Its concurrency model is the biggest standout for me. Anything taking inspiration from Pony is worth a look
gopher_protocol@programming.dev 11 months ago
Hmm…
???!!!
Oh. It’s a bit cheeky to do runtime ref counting under the hood and then go and say you don’t rely on garbage collection. It’s not a full tracing garbage collector - it’s worse, it lets you create dangling references and then panics at runtime.
Inko looks interesting, for sure, as a Rust-lite that makes some kinds of code easier to write at the cost of more potential panics (safer, maybe…but desirable?). I’m not sure it’s for me though.