Elektrine lite

← Feed

@evmar@inuh.net

Post #2158452

2026-04-29 22:58 UTC

@thakis Thinking about it more: also I've mostly written Rust the last few years and Rust is a lot worse than C++ in a debugger. E.g. you can't evaluate any complex expressions, and even evaluating a reference like "foo.bar.baz" in Rust you have to manually change to "foo.bar->baz" depending on whether any of the intermediate components are references or not.

Replies (1)