Remix.run Logo
eqvinox 2 hours ago

If this goes wrong even in the slightest, the ridicule about a drug dealer getting high on their own supply will be neverending and grim.

teterphiel an hour ago | parent [-]

not enough people are emotionally prepared for if it’s not going wrong even in the slightest

janice1999 43 minutes ago | parent | next [-]

It's going to work for the most part. Most people know that. It's a file by file, mostly function by function, conversion from one low level language to another with a very large test suite (with lots of Rust unsafe to work around differences). I've done that for C tools and it's fine, with some obscure edge cases here and there. The challenges are going to be making the new, very ugly, alien codebase idiomatic Rust in future and adding features or debugging the complex issues. I wish the developers luck. They're in for a slog.

debugnik an hour ago | parent | prev [-]

Having seen some of the diffs, it's already going wrong in my view.

adityashankar an hour ago | parent [-]

Curious can you elaborate on this?