top | item 37368267

(no title)

froggychairs | 2 years ago

I’m not a C++ guy, but this topic fascinates me. Might poke around and try to have an LLM transpile the code from C++ to Rust. I expect it won’t work but worth giving it a shot :)

discuss

order

pgeorgi|2 years ago

C++ of 1996 predates the first ISO standard (1998) and the Boost library (1999). Back then, c++ code was still relatively readable...

ilrwbwrkhv|2 years ago

Actually even now it can be. Look up the serenity os project. Andreas keeps things nice and tidy.